.controller{display:flex;flex-direction:row;gap:1rem;justify-content:space-between;height:100vh}.controller .move-buttons{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;width:60%;height:100%}.controller .move-buttons .button{width:6rem;aspect-ratio:1;background-color:#000}.controller .move-buttons .up{display:flex}.controller .move-buttons .left-right{display:flex;justify-content:space-between;width:18rem}.controller .move-buttons .down{display:flex}.controller .interact-button{background-color:#fff;width:35%}*{box-sizing:border-box;margin:0;padding:0}body{height:100vh;background:#262626}
