.wrapper{height:100vh;display:flex;justify-content:center;align-items:center}.container{background:#0000008d;background-size:contain;background-repeat:no-repeat;background-position:center;width:70%;color:#fff;display:flex;flex-direction:column;gap:1.3em;border-radius:50px;padding:4em}.container h1{padding:.5em;color:#fff;border-radius:9999px;text-align:center;margin-bottom:1em;font-family:"Press Start 2P"}.container h2{color:#fff;font-size:27px;font-weight:500;text-align:center;margin-bottom:1.5em}.container ul{display:flex;justify-content:space-around;gap:10px}.li-box{width:80%}.container ul li{display:flex;align-items:center;height:70px;background-color:transparent;border-radius:99px;border:2px solid white;margin-bottom:20px;padding-left:1.5em;font-size:20px;cursor:pointer;color:#fff}.container button{width:250px;height:65px;background-color:#f2a312;border-radius:99px;border:2px white solid;color:#fff;font-size:25px;font-weight:500;font-family:"Press Start 2P";cursor:pointer}.container .index{font-size:20px;font-weight:700;margin-top:auto;margin-bottom:auto}.container .correct{color:#1bda54;font-weight:700;border-color:#1bda54}.container .wrong{color:#821919;border-color:#ff4a4a;text-decoration:line-through}.top-bar{display:flex;justify-content:space-between;align-items:center;width:100%}.icon{width:13em;cursor:pointer}.question-wrapper{font-size:1.2em;max-width:90%;margin-bottom:1em}.footer-box{display:flex;align-content:center;justify-content:space-between}.restart{margin:auto;font-family:"Press Start 2P"}.results{text-align:center}.results p{font-size:1.2rem;margin-bottom:1em;font-family:"Press Start 2P"}@media (max-width: 600px){.container button{width:fit-content;height:65px;padding-left:1em;padding-right:1em}.question-wrapper{font-size:1.2em;max-width:100%;margin-bottom:1em}.container{width:90%;height:fit-content;border-radius:0}.icon{width:10em}.wrapper{min-height:fit-content}}*{margin:0;padding:0}html{box-sizing:border-box}body{font-family:roboto;background:url(/assets/bgretro-Hn8_GylZ.png);background-repeat:no-repeat;background-position:center;background-size:cover}
