body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;height:100vh}body{background-color:#020230}.main{background:linear-gradient(180deg,transparent,#020230),url(/static/media/bgf.81d2f0a3d51fb6f75f82.jpg) 50%;background-size:cover;color:#fff;display:flex;flex-direction:column;width:85%}.top{height:40%;position:relative}.timer{align-items:center;border:3px solid #fff;border-radius:50%;bottom:10px;display:flex;font-size:30px;font-weight:400;height:50px;justify-content:center;left:80px;position:absolute;width:50px}.bottom{height:50%}.trivia{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around}.question{background:linear-gradient(#020230,#000);border:2px solid #fff;border-radius:10px;font-size:20px;padding:20px;text-align:center;width:80%}.answers{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%}.answer{background:#270227;border:2px solid #fff;border-radius:15px;cursor:pointer;font-size:20px;font-weight:300;padding:10px;text-align:center;width:40%}.answer.active,.answer:hover{background:blue}.answer.correct{-webkit-animation:correct 3s ease forwards;animation:correct 3s ease forwards}@-webkit-keyframes correct{0%,22%,42%{background:blue}20%,40%,60%{background:linear-gradient(#0e0124,#22074d)}62%,to{background:green}}@keyframes correct{0%,22%,42%{background:blue}20%,40%,60%{background:linear-gradient(#0e0124,#22074d)}62%,to{background:green}}.answer.wrong{-webkit-animation:wrong 3s ease forwards;animation:wrong 3s ease forwards}@-webkit-keyframes wrong{0%,22%,42%{background:blue}20%,40%,60%{background:linear-gradient(#0e0124,#22074d)}62%,to{background:red}}@keyframes wrong{0%,22%,42%{background:blue}20%,40%,60%{background:linear-gradient(#0e0124,#22074d)}62%,to{background:red}}.money{color:#fff;justify-content:center;width:10%}.money,.moneyList{align-items:center;display:flex}.moneyList{flex-direction:column-reverse;font-size:17px;gap:.3rem;list-style:none}.listItem.active{background-color:#8a2be2;border-radius:5px;font-weight:600;padding:.3rem .6rem;width:-webkit-max-content;width:max-content}.earnText,.start{bottom:0;left:0;margin:auto;position:relative;right:0;top:0}.start{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:space-around;width:250px}.startInput{border:none;border-radius:5px;font-size:18px;height:30px;text-align:center;width:100%}.startInput:focus{outline:none}.startButton{border:none;border-radius:5px;cursor:pointer;font-size:18px;font-weight:500;height:30px;width:100%}::-webkit-scrollbar{display:none}@media screen and (max-width:458px){.moneyList{display:none}.main{width:100%}.money{width:0}.top{height:30%;position:relative}.answers{align-items:center;display:flex;flex-direction:column;gap:2rem;justify-content:center;margin-top:4rem;width:100%}.answer:hover{background:#270227}.timer{bottom:10px;left:30px;top:5rem}}
/*# sourceMappingURL=main.54ee3860.css.map*/