@import"https://fonts.googleapis.com/css2?family=Rubik+Mono+One&family=Titan+One&display=swap";*{margin:0;padding:0;box-sizing:border-box;overflow:hidden}html{background:#1F2A28}body{font-family:Titan One,sans-serif;background:linear-gradient(to bottom,#1F322F,#1F2A28)}button{font-family:Titan One,sans-serif;cursor:pointer;border:none}button:focus,button:focus-visible{outline:none;box-shadow:none}#root{display:flex;justify-content:center;align-items:center;height:100vh}#app{display:flex;width:100vw;height:100vh;border-radius:12px;border:5px solid #fff}.game-container{width:100%;height:100%;display:grid}@media (orientation: landscape){.game-container{grid-template-columns:20% 60% 20%;grid-template-rows:100%}}@media (orientation: portrait){.game-container{grid-template-rows:20% 60% 20%;grid-template-columns:100%}}
