.app{height:100vh;color:#fff;background-color:#020230}.app,.main{display:flex}.main{width:75%;background:linear-gradient(180deg,transparent,#020230),url(/static/media/bg.c137ccd7.jpg) 50%;flex-direction:column}.pyramid{width:25%;background-color:#020230;display:flex;align-items:center;justify-content:center}.moneyList{padding:20px;list-style:none;width:100%}.moneyListItem{display:flex;align-items:center;padding:5px;border-radius:5px}.moneyListItem.active{background-color:teal}.moneyListItemNumber{width:30%;font-size:18px;font-weight:100}.moneyListItemAmount{font-size:20px;font-weight:300}.top{height:50%;position:relative}.timer{width:70px;height:70px;border-radius:50%;border:5px solid #fff;display:flex;align-items:center;justify-content:center;position:absolute;bottom:10px;left:80px;font-size:30px;font-weight:700}.bottom{height:50%}.trivia{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.question{width:80%;background:linear-gradient(#100241,#000);text-align:center;padding:20px;border-radius:10px;border:2px solid #fff;font-size:20px}.answers{width:100%;display:flex;justify-content:center;flex-wrap:wrap}.answer{width:40%;padding:10px;margin:0 10px 20px;text-align:center;background:linear-gradient(#0e0124,#22074d);border:1px solid #fff;border-radius:15px;font-weight:300;font-size:20px;cursor:pointer}.answer.active,.answer:hover{background:#0000cd}.answer.correct{-webkit-animation:correct 3s ease forwards;animation:correct 3s ease forwards}@-webkit-keyframes correct{0%,22%,42%{background:#0000cd}20%,40%,60%{background:linear-gradient(#0e0124,#22074d)}62%,to{background:green}}@keyframes correct{0%,22%,42%{background:#0000cd}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:#0000cd}20%,40%,60%{background:linear-gradient(#0e0124,#22074d)}62%,to{background:#dc143c}}@keyframes wrong{0%,22%,42%{background:#0000cd}20%,40%,60%{background:linear-gradient(#0e0124,#22074d)}62%,to{background:#dc143c}}.endText,.start{position:relative;top:0;bottom:0;left:0;right:0;margin:auto}.start{width:250px;height:100px;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.startInput{width:100%;height:30px;border:none;border-radius:5px;text-align:center;font-size:18px}.startInput:focus{outline:none}.startButton{width:100%;height:30px;border:none;border-radius:5px;cursor:pointer;font-size:18px;font-weight:500}
/*# sourceMappingURL=main.892f8780.chunk.css.map */