.menu{height:95vh;width:100vw}.menu h2{text-align:center;color:#bc6c25;animation:2s infinite pulsate ease}.menu .instructions{height:30%;display:flex;place-content:center}.menu .instructions ol{display:flex;flex-direction:column;align-items:start;justify-content:space-evenly}.menu .buttons{height:30%;display:flex;align-items:center;justify-content:space-around;max-width:800px;margin:0 auto}.menu .buttons button{font-size:2rem;padding:.5rem;color:#bc6c25;animation:2s infinite pulsate ease}@keyframes pulsate{0%{color:#bc6c25}50%{color:#dd9351}}.game{display:flex;place-content:center}header{height:5vh;min-width:100vw;display:flex;align-items:center;justify-content:space-around}header a{text-decoration:none}header a.active{text-decoration:underline solid 3px;text-underline-offset:3px}*{margin:0;padding:0;top:0;left:0}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-height:100vh;justify-content:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}
