@import"https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap";*{box-sizing:border-box;padding:0;margin:0}body{font-family:Karla,sans-serif}button{background-color:#4d5b9e;color:#f5f7fb;border-radius:10px;padding:.5em 2em;cursor:pointer;border:none;font-family:Inter,sans-serif}button:disabled{cursor:not-allowed;opacity:.75}.section{background-color:#f5f7fb;min-height:100vh;color:#293264;background:url(/assets/background1-DrdkRI1r.png);background-repeat:no-repeat;background-size:100% 100%}.section-start{display:flex;flex-direction:column;justify-content:center;align-items:center}.section-start h1{font-size:2.5rem;margin-bottom:.5em}.section-start p,.section-start button{font-size:1.5rem;margin-bottom:1em}.section-questions,.section-answers{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.section-questions .question p,.section-answers .question p{font-size:1.2rem;font-weight:700;margin-bottom:1em;margin-top:.9em}.section-questions .question button,.section-answers .question button{font-size:.8rem;font-weight:500;margin-bottom:1em;margin-right:.8em;background-color:#f5f7fb;color:#293264;border:1px solid #4D5B9E}.section-questions .question button.blue,.section-answers .question button.blue{background-color:#d6dbf5}.section-answers .question button.green{background-color:#94d7a2}.section-answers .question button.red{background-color:#f8bcbc}.section-questions .btn,.section-answers .btn{font-size:.8rem;font-weight:500;padding:1em 2em;margin:2em}.question-container,.answer-container{width:90%}.score-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:2em;margin:2em;text-align:center}.score-container p{font-weight:700;font-size:1.5rem}.score-container button{padding:1.3em 2.5em;font-size:.9rem;font-weight:600}@media (min-width: 581px){.score-container{flex-direction:row}}
