body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-family:Comic Sans MS,sans-serif;margin:0;padding:0}body{align-items:center;background:linear-gradient(135deg,#ff6f61,#ffcc5c);color:#fff;display:flex;justify-content:center;min-height:100vh;text-align:center}.quiz-container{background:#ffffffe6;border-radius:15px;box-shadow:0 10px 30px #0000001a;max-width:500px;padding:20px;width:100%}.title{color:tomato;font-size:2.5rem;margin-bottom:20px}.question,.result,.timer{color:tomato;font-size:1.2rem;margin-bottom:20px}.answers{list-style:none;margin-bottom:20px;padding:0}.option{background:#fff;border:2px solid tomato;border-radius:10px;color:tomato;cursor:pointer;margin:10px 0;padding:10px;transition:transform .2s ease,background-color .3s ease}.option:hover{transform:scale(1.05)}.option.correct{background-color:#4caf50;color:#fff}.option.incorrect{background-color:#f44336;color:#fff}button{background-color:tomato;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;transition:background-color .3s ease}button:hover{background-color:#ff4500}.loading{color:#fff;font-size:1.5rem}.progress-bar{background-color:#eee;border-radius:10px;height:20px;margin-bottom:1rem;overflow:hidden}.progress-fill{background-color:#4caf50;height:100%;transition:width .3s ease-in-out}
/*# sourceMappingURL=main.81edddf5.css.map*/