html,body{margin:0;background-color:#000}.root{display:flex;width:100vw;height:100vh;align-items:center;justify-content:center;flex-direction:row}.raycast-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.maze{overflow:hidden;flex:1;height:100%;display:flex;align-items:center;justify-content:center}.maze-2d,.raycast{border:1px solid black}
