.app{background-color:#020230;color:#fff;height:100vh}.app,.main{display:flex}.main{background-image:linear-gradient(180deg,transparent,#020230),url(/static/media/bg.c137ccd722d64133b4df.jpg);flex-direction:column;width:75%}.top{align-items:flex-end;height:50%}.timer,.top{display:flex;justify-content:center}.timer{align-items:center;background-color:#020230;border:5px solid gold;border-radius:50%;bottom:10px;color:gold;font-size:55px;font-weight:700;height:120px;width:120px}.bottom{height:50%}.trivia{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around}.question{background:linear-gradient(#100241,#000);border:2px solid #fff;border-radius:10px;font-size:22px;padding:20px;text-align:center;width:75%}.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}.container,.endText{bottom:0;left:0;margin:auto;position:relative;right:0;top:0}.container{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:space-between;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;margin-top:20px;width:100%}.Instruction{font-size:40px;padding-bottom:20px}.InstructionItem{font-size:30px;list-style:none;padding-bottom:20px}
/*# sourceMappingURL=main.cfe40e67.css.map*/