@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";*{margin:0;box-sizing:border-box;font-family:Roboto,sans-serif;font-weight:500;font-style:normal}body{background:#000;color:#fbfcfd}h1{text-align:center;margin-top:3em;margin-bottom:1em;font-weight:800;font-size:3em}.quiz-app{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1em}.answer-section{display:flex;flex-direction:column;gap:1rem}button{width:13rem;height:2.3rem;border-radius:50px;background:#9f0a03;background:linear-gradient(90deg,#970d05,#ec8714 54%,#d8d149);color:#fff;border:none;font-size:1.1rem;transition:cubic-bezier(.075,.82,.165,1)}button:hover{background:transparent;border:2px solid #FFF}.question-section{gap:2rem;font-size:1.4rem}h2{font-size:2.5rem}.score-section{background:#9f0a03;background:linear-gradient(90deg,#9f0a03,#eb7616 54%,#fff400);height:3rem}
