.App{background-color:#020230;color:#fff;height:100vh}.App,.main{display:flex}.main{background:linear-gradient(180deg,transparent,#020230),url(/Basketball-Trivia/static/media/background3.d1839805210dfb08682d.jpg) no-repeat 50%;flex-direction:column;width:75%}.top{height:50%;position:relative}.timer{align-items:center;border:5px solid #fff;border-radius:50%;bottom:10px;display:flex;font-size:30px;font-weight:700;height:70px;justify-content:center;left:80px;position:absolute;width:70px}.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: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:#b30d02}}@keyframes wrong{0%,22%,42%{background:#0000cd}20%,40%,60%{background:linear-gradient(#0e0124,#22074d)}62%,to{background:#b30d02}}.pyramid{align-items:center;display:flex;justify-content:center;width:25%}.moneyList{padding:20px;width:100%}.moneyListItem{align-items:center;border-bottom:1px solid #fff;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}.loseText,.start{bottom:0;left:0;margin:auto;position:relative;right:0;top:0}.start{align-items:center;display:flex;flex-direction:column;height:175px;justify-content:space-around;width:250px}.startInput{border:none;border-radius:5px;font-size:18px;height:50px;text-align:center;width:100%}.startInput:focus{outline:none}.startBtn{border:none;border-radius:5px;cursor:pointer;font-size:18px;font-weight:500;height:30px;width:100%}.startBtn:hover{background-color:#00008b;color:#fff}.start-title{font-size:24px;font-weight:700;padding-bottom:4px}
/*# sourceMappingURL=main.2b83da27.css.map*/