#root{text-align:center;max-width:800px;margin:0 auto;padding:1rem}.home-page,.about-page,.leader-page,.end-page,.game-page{background-color:#363636e0;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;padding:1em;display:flex}.end-page button:disabled{color:#000;background-color:gray}.home-page label{flex-direction:column;justify-content:center;align-items:center;gap:1em;margin:1em 0;display:flex}.about-page button{margin-bottom:3em}.home-page select{text-align:center;cursor:pointer;border-radius:5px;width:150px;height:2.5em}.home-page a{margin-bottom:1em}.about-page a:link,.about-page a:visited{color:#fff}.about-page a:hover{color:#2fccc4}.about-page a:active{color:#fff}.not-hard-mode{margin-bottom:1em}.red{color:red}.blue{color:#2fccc4}.correct-timer{justify-content:space-between;gap:1em;width:100%;font-size:.9em;display:flex}#answer-button-container{flex-direction:column;gap:10px;display:flex}.congrats-container{flex-direction:column;min-height:50px;display:flex}#answer-button{width:100%}#start-button,#leader-button,#end-home-button,#submit-button{width:150px;margin-bottom:1.5em}#name-input{height:2em}#quit-button{color:#c21010;width:150px;margin:1em 0}#quit-button:hover{color:#fff}.feedback{min-height:50px;margin-top:1em}.leader-name-container{justify-content:flex-start;display:flex}#leader-position{width:10%}#leader-name{width:90%}.gold{color:gold}.silver{color:silver}.bronze{color:#cd7f32}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{min-width:300px;min-height:100vh;margin:0;display:flex}h1{font-size:2em}button{cursor:pointer;color:#2fccc4;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{color:#fff;border-color:#64e0ff}a:link,a:visited{color:#2fccc4}a:hover{color:#fff}a:active{color:#2fccc4}@media screen and (width<=500px){button:hover{color:#2fccc4;border:1px solid #111}button:focus,button:focus-visible{outline:none}}
