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