@import url(https://fonts.googleapis.com/css2?family=Codystar&display=swap);:root{--color-darkest:#343a40;--color-dark:#495057;--color-medium:#ced4da;--color-light:#f1f3f5;--color-theme:#1098ad;--color-accent:#ffa94d}*{box-sizing:border-box;margin:0;padding:0}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:62.5%}body{background-color:#343a40;background-color:var(--color-darkest);color:#f1f3f5;color:var(--color-light);min-height:100vh;padding:3.2rem}.app{align-items:center;display:flex;flex-direction:column;justify-content:center}.main{width:50rem}.app-header{align-items:center;display:flex;gap:30px;justify-content:center;margin-bottom:4rem;width:66rem}.error{background-color:#495057;border-radius:100px;font-size:1.6rem;font-weight:500;padding:2rem;text-align:center}img{width:14rem}h1{font-family:Codystar;font-size:5.6rem}h2{font-size:3.6rem;margin-bottom:2rem}h3{font-size:2.4rem;margin-bottom:4rem}h3,h4{font-weight:600}h4{font-size:2.2rem;margin-bottom:2.4rem}.start{align-items:center;display:flex;flex-direction:column}.progress{grid-gap:1.2rem;color:#ced4da;color:var(--color-medium);display:grid;font-size:1.8rem;gap:1.2rem;grid-template-columns:auto auto;justify-content:space-between;margin-bottom:4rem}progress{grid-column:1/-1;height:12px;width:100%}::-webkit-progress-bar{background-color:#ced4da;background-color:var(--color-medium);border-radius:100px}::-webkit-progress-value{background-color:#1098ad;background-color:var(--color-theme);border-radius:100px}.btn{background-color:#495057;background-color:var(--color-dark);border:2px solid #495057;border:2px solid var(--color-dark);border-radius:100px;color:inherit;cursor:pointer;display:block;font-family:inherit;font-size:2rem;padding:1.2rem 2.4rem;transition:.3s}.btn:not([disabled]):hover{background-color:#343a40;background-color:var(--color-darkest)}.btn-option:not([disabled]):hover{transform:translateX(1.2rem)}.btn[disabled]:hover{cursor:not-allowed}.btn-ui{float:right}.options{display:flex;flex-direction:column;gap:1.2rem;margin-bottom:3.2rem}.btn-option{text-align:left;width:100%}.btn-option.correct{background-color:#1098ad;background-color:var(--color-theme);border:2px solid #1098ad;border:2px solid var(--color-theme);color:#f1f3f5;color:var(--color-light)}.btn-option.wrong{background-color:#ffa94d;background-color:var(--color-accent);border:2px solid #ffa94d;border:2px solid var(--color-accent);color:#343a40;color:var(--color-darkest)}.answer{transform:translateX(2rem)}.result{background-color:#1098ad;background-color:var(--color-theme);border-radius:100px;color:#f1f3f5;color:var(--color-light);font-size:2rem;font-weight:500;margin-bottom:1.6rem;padding:2rem 0;text-align:center}.result span{font-size:2.2rem;margin-right:4px}.highscore{font-size:1.8rem;margin-bottom:4.8rem;text-align:center}.loader-container{align-items:center;display:flex;flex-direction:column;font-size:1.4rem;gap:1.6rem;margin-top:4rem}.loader-container,.timer{color:#ced4da;color:var(--color-medium)}.timer{border:2px solid #495057;border:2px solid var(--color-dark);border-radius:100px;float:left;font-size:1.8rem;padding:1.35rem 2.8rem}.loader{animation:loader 1s linear infinite;background:radial-gradient(circle closest-side,currentColor 90%,#0000) 0 50%,radial-gradient(circle closest-side,currentColor 90%,#0000) 50% 50%,radial-gradient(circle closest-side,currentColor 90%,#0000) 100% 50%;background-repeat:no-repeat;background-size:33.33333% 12px;height:24px;width:50px}@keyframes loader{20%{background-position:0 0,50% 50%,100% 50%}40%{background-position:0 100%,50% 0,100% 50%}60%{background-position:0 50%,50% 100%,100% 0}80%{background-position:0 50%,50% 50%,100% 100%}}.counter{align-items:center;display:flex;flex-direction:column;font-size:2rem;font-weight:700;gap:1rem;margin:6rem}.counter *{font-size:inherit;padding:.8rem}
/*# sourceMappingURL=main.43e55da2.css.map*/