.quizapp{background-color:#252d4a;border-radius:15px;box-shadow:10px 10px 42px 0 rgba(0,0,0,.75);color:#fff;display:flex;height:-webkit-min-content;height:min-content;justify-content:space-evenly;min-height:200px;padding:20px;width:450px}.score-section{align-items:center;display:flex;font-size:24px}.question-section{position:relative;width:100%}.question-count{margin-bottom:20px}.question-count span{font-size:28px}.question-text{margin-bottom:12px}.timer-text{background:#e6990c;border:5px solid #ffbd43;border-radius:15px;margin-right:20px;margin-top:20px;padding:15px;text-align:center}.answer-section{display:flex;flex-direction:column;justify-content:space-between;width:100%}#quizbtn{align-items:center;background-color:#252d4a;border:5px solid #234668;border-radius:15px;color:#fff;cursor:pointer;display:flex;font-size:16px;justify-content:flex-start;padding:5px;width:100%}.correct{background-color:#2f922f}.incorrect{background-color:#f33}#quizbtn:hover{background-color:#555e7d}#quizbtn:focus{outline:none}#quizbtn svg{margin-right:5px}.game{align-items:center;display:flex;flex-direction:row;height:100vh;justify-content:center;width:100vw}@media screen and (max-width:550px){.game{height:160vh;width:100%}}ol,ul{padding-left:20px}li{margin:0}.board-row:after{clear:both;content:"";display:table}.status{margin-bottom:20px}.next-move{width:300px}.square{background:#fff;border:2px solid #999;float:left;font-size:100px;font-weight:500;height:150px;line-height:100px;margin-right:-1px;margin-top:-1px;padding:0;text-align:center;width:150px}.square:focus{outline:none}.square:hover{background-color:#eee;cursor:pointer}.square:focus{background:#eee}.game-info{height:80vh;margin-left:50px;margin-top:50px;padding:0 20px}.game-info,button:not(.square){width:-webkit-max-content;width:max-content}button:not(.square){background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#000;display:inline-block;font:2rem Century Gothic,Futura,sans-serif;font-size:16px;padding:7px 20px;text-align:center;text-decoration:none;transition-duration:.1s}button:hover{background-color:#eee;cursor:pointer}@media only screen and (min-width:0px) and (max-width:380px){.game{align-items:center;flex-direction:column;justify-content:flex-start}.game-info{height:20vh;margin-top:50px;width:50vw}.square{font-size:60px;height:80px;width:80px}body{font-size:1.5rem}button{font-size:1rem}.game-info{margin-left:0}}@media only screen and (min-width:381px) and (max-width:767px){.game{align-items:center;flex-direction:column;justify-content:flex-start}.game-info{height:20vh;margin-top:50px;width:50vw}.square{font-size:80px;height:100px;width:100px}body{font-size:1.7rem}button{font-size:1.1rem}.game-info{margin-left:0}}@media only screen and (min-width:768px) and (max-width:1024px){.square{font-size:100px;height:120px;width:120px}body{font-size:1.6rem}button{font-size:1.5rem}}button{border-radius:5px;font-size:3rem;margin:10px;padding:10px}.option,.options{display:flex}.option{align-items:center;flex-direction:column}.score{color:blue;font-size:2rem}.next{font-size:1rem}
/*# sourceMappingURL=main.f86000f9.css.map*/