@import url(https://fonts.googleapis.com/css2?family=Inter&family=Karla:wght@700&display=swap);*{box-sizing:border-box}body{background:#f5f7fb;color:#293264;font-family:Karla,sans-serif;margin:0}#root{background:#f5f5f5;display:flex;justify-content:center;min-height:100vh}.wrapper{border-radius:10px;display:flex;flex-direction:column;margin:auto;padding:35px;width:400px}.center{text-align:center}.wrapper>h1{font-size:31px;font-weight:700}.wrapper>h2{font-family:Inter,sans-serif;font-size:16px}.button-start-quiz{align-self:center;background-color:#4d5b9e;border:none;border-radius:15px;color:#f5f7fb;cursor:pointer;font-family:Inter,sans-serif;height:50px;margin-block:10px;width:195px}.question-block{border-bottom:1px solid #dbdef0;padding:10px 0}.question{font-size:16px;font-weight:700}.answers{display:flex;gap:15px}.answer{border:1px solid #293264;border-radius:7px;cursor:pointer;font-size:10px;font-weight:lighter;letter-spacing:-.03rem;margin-block:10px;padding:2px 5px;text-align:center}.answer-selectable:hover,.answer-selected{background:#d6dbf5}.answer-correct,.answer-selected{border:1px solid transparent}.answer-correct{background:#94d7a2}.answer-wrong{background:#f8bcbc}.answer-disabled{border:1px solid gray;color:gray}.submit-container{display:flex;gap:20px;justify-content:center;margin:20px}.button-submit{background-color:#4d5b9e;cursor:pointer}.button-submit,.button-submit-disabled{border:none;border-radius:10px;color:#f5f7fb;display:inline;font-family:Inter,sans-serif;font-size:10px;height:35px;width:120px}.button-submit-disabled{background-color:#2b3357;cursor:not-allowed}.correct-indicator{display:inline;font-size:13px;font-weight:700}
/*# sourceMappingURL=main.35a3e4f0.css.map*/