.app{height:100vh;background-color:#020230;color:#fff}.app,.main{display:flex}.main{width:75%;background:linear-gradient(180deg,transparent,#020230),url(/react-quiz-app/static/media/bg.c137ccd7.jpg) 50%;flex-direction:column}.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;font-size:30px;font-weight:700;position:absolute;bottom:20px;margin-left:45%}.bottom{height:50%}.pyramid{width:25%;display:flex;align-items:center;justify-content:center}.moneyList{list-style:none;width:100%;padding:20px}.moneyListItem{display:flex;align-items:center;padding:5px;border-radius:5px}.moneyListItem.active{background-color:teal}.moneyListItemNubmer{font-weight:100;font-size:18px;width:30%}.moneyListItemAmount{font-weight:200;font-size:20px}.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;margin-bottom:30px}.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{animation:correct 3s ease forwards}@keyframes correct{0%,22%,42%{background:#0000cd}20%,40%,60%{background:linear-gradient(#0e0124,#22074d)}62%,to{background:green}}.answer.wrong{animation:wrong 3s ease forwards}@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;right:0;left:0;bottom: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.e7b53bac.chunk.css.map */