@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%;@media screen and (max-width:43.75em){font-size:50%}@media screen and (max-width:34em){font-size:43.75%}@media screen and (max-width:21.5em){font-size:37.5%}}body{background-color:#343a40;background-color:var(--color-darkest);color:#f1f3f5;color:var(--color-light);min-height:100vh;padding:3.2rem}footer{justify-content:space-between}.app,footer{display:flex}.app{align-items:center;flex-direction:column;justify-content:center;margin:0 auto;max-width:60rem}.main{width:50rem}.app-header{align-items:center;display:flex;justify-content:space-between;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}.choices,.start{align-items:center;display:flex;flex-direction:column}.choices label{font-size:1.4rem;margin-bottom:2rem}.difficulty.btn,.shuffle.btn{font-size:1.8rem;margin-bottom:3.2rem;padding:.8rem 1.6rem;text-align:center}.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;width:50rem}progress{-webkit-appearance:none;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}.question{align-items:center;display:grid;grid-template-columns:auto 7.2rem}.question p{font-size:1.6rem;margin-bottom:2rem}.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}.stats{display:grid;font-size:2rem;grid-template-columns:repeat(3,auto);margin-bottom:3.2rem}.stats div:not(:first-child){text-align:center}.stats p{margin-bottom:.7rem}.stats p:first-child{margin-bottom:3rem}.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;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:4rem}.counter *{font-size:inherit;padding:.8rem}@media screen and (max-width:43.75em){.app-header{width:46rem}.main{width:44rem}h1{font-size:4rem}h2{font-size:3rem}h3{font-size:2.4rem}h4{font-size:1.8rem}img{width:10rem}.progress{width:42rem}}
/*# sourceMappingURL=main.2f014bb8.css.map*/