*{box-sizing:border-box}:root{--background:#f5f7fb;--font-color:#293264;--buttons:#4d5b9e}#root,body,html{font-family:Karla,Inter,sans-serif;height:100%;margin:0;width:100%}main{background:#f5f7fb;background:var(--background);color:#293264;color:var(--font-color);display:grid;min-height:100%;place-items:center;position:relative;width:100%}#yellow-blob{right:0;top:0}#blue-blob,#yellow-blob{position:absolute;width:20vw}#blue-blob{bottom:0;left:0}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.game--intro{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;text-align:center;width:100%}.game--title{font-size:2em;font-weight:700}.game--text{margin:0}.game--start,.game--text{font-family:Inter,sans-serif}.game--start{background-color:var(--buttons);border:none;border-radius:15px;color:var(--background);cursor:pointer;font-size:1em;font-weight:500;height:52px;width:190px}.game--start:hover{background:var(--font-color)}.game--options{grid-gap:20px 20px;display:grid;gap:20px 20px;grid:repeat(3,1fr) /1fr 2fr;padding:2rem}.options--label{align-self:center;font-size:1.1em;font-weight:600;text-align:left}.options--select{border:none;border-radius:.25em;box-shadow:0 0 .5em 0 rgba(0,0,0,.15);color:var(--font-color);cursor:pointer;font:inherit;height:3em;letter-spacing:.05em;padding:0 1em;text-transform:capitalize}.options--select option{min-height:1.5em}.questions--error{margin-bottom:.5rem;margin-top:1.5rem}.question-container{border-bottom:.5px solid #dbdef0;z-index:100}.options{background-color:transparent;border:1px solid var(--buttons);border-radius:10px;color:var(--font-color);cursor:pointer;display:inline-block;font-family:Inter;font-size:.9em;font-weight:500;margin-bottom:1.2rem;margin-right:1.3rem;padding:.5rem 1.2rem;transition:all .3s}.question--text{color:var(--font-color);font-size:1em;padding-bottom:.3rem}.quiz{align-items:center;height:100%;justify-content:center;text-align:left;width:100%}.quiz,.quiz-container{display:flex;flex-direction:column}.quiz-container{padding:0 2rem;width:750px;z-index:100}.quiz-btn{background-color:var(--buttons);border:none;border-radius:15px;color:var(--background);cursor:pointer;font-family:Inter,sans-serif;font-size:1.1em;font-weight:500;margin-top:2rem;padding:1.1rem 2rem}.check-answers-disabled{cursor:not-allowed;opacity:50%}.score-text{font-family:Inter,sans-serif;font-size:1.2em;font-weight:700;padding-right:4rem}.quiz-score{margin-bottom:2rem;z-index:100}@media only screen and (max-width:800px){.quiz-container{width:650px}}@media only screen and (max-width:600px){.quiz-container{width:500px}.quiz-score{display:grid;grid-template-rows:1fr 1fr;padding-top:1rem;place-items:center}.score-text{padding:0}.quiz-btn{margin-top:.5rem}}
/*# sourceMappingURL=main.6ac42982.css.map*/