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