@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;700&display=swap);#quiz{min-width:50vw;margin:auto;padding:2rem;border-radius:8px;box-shadow:1px 1px 8px 4px rgba(12,5,32,.6);text-align:center;background-color:#d3ebe8}.progress-bar{width:100%;height:20px;transition:value .5s ease}#choices{list-style:none;margin:0;padding:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;gap:.5rem}.choices button{display:inline-block;margin:5px;width:100%;font-family:Roboto Condensed,sans-serif;font-size:.9rem;padding:1rem 2rem;border:none;border-radius:24px;background-color:#149474;cursor:pointer;transition:all .2s ease-in-out}.choices button:not(.correct-answer):not(.wrong-answer):hover{background-color:#16c599}.choices .correct-answer{background-color:green}.choices .wrong-answer{background-color:red}.choices button:disabled{color:#000}#result{min-width:50vw;padding:30px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:10px;-ms-flex-pack:center;justify-content:center;-ms-flex-align:start;align-items:flex-start;border-radius:8px;box-shadow:1px 1px 8px 1px rgba(0,0,0,.6);background-color:#d3ebe8}#result #item{background-color:#8ab8b2;width:100%;padding:10px;border-radius:8px}#result h1{text-align:center}*{box-sizing:border-box}html{font-family:Roboto,sans-serif;line-height:1.5;height:100%}body{margin:0;padding:2rem;background:linear-gradient(270deg,#3eac90,#098666);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}
/*# sourceMappingURL=main.e19b49f6.css.map*/