.quiz{height:100vh;display:flex;background-color:#4e9361;color:#fff}.main{width:75%;background:linear-gradient(180deg,hsla(0,0%,100%,0),#b1cbb8),url(/_next/static/media/background.21d29b48.jpg) 50%;flex-direction:column}.pyramid{width:25%;justify-content:center;margin-left:2%;margin-bottom:2%}.moneyList,.pyramid{display:flex;flex-direction:column;align-items:center;margin-top:5%}.moneyListItem{font-size:110%;font-weight:700;padding:10%}.moneyListItem,.moneyListItem.active{width:auto;border-radius:5px;width:500%;margin:5%}.moneyListItem.active{background-color:skyblue;padding:5%}.top{position:relative}.bottom,.top{height:50%}.timer{width:70px;height:70px;border-radius:50%;border:5px solid #fff;display:flex;justify-items:center;justify-content:center;font-size:30px;font-weight:700;position:absolute;bottom:10px;left:10%}.question{width:80%;background:linear-gradient(#87a19a,#d0dccc);border:2px solid #fff;text-align:center;padding:20px;border-radius:10px}.answers{display:flex;margin-top:20px;flex-wrap:wrap;justify-content:center}.answer{width:40%;border:2px solid #fff;padding:10px;text-align:center;border-radius:15px;background:linear-gradient(#12d0ff,#91deff);margin:10px;cursor:pointer}.qanda{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:20px}.answer.active,.answer:hover{background:#354b86}.answer.correct{animation:correct 3s ease forwards;background:#2db91e}.answer.wrong{animation:wrong 3s ease forwards;background:#b91e1e}@keyframes correct{0%,30%,70%{background:#299b29}20%,50%{background:#46ba52}80%,to{background:#2db91e}}@keyframes wrong{0%,30%,70%{background:#c90000}20%,50%{background:#f43636}80%,to{background:#b12e2e}}.nextQuestion{width:100px;height:50px;border-radius:10px;background:#4e9361;color:#fff;font-size:20px;font-weight:700;margin-top:20px;cursor:pointer;display:flex;justify-content:center;align-items:center;margin-left:10%;border:2px solid #fff}