body{background-image:url(/background.png);object-fit:cover;background-size:100vh;color:#fff}#root{max-width:1280px;margin:0 auto;background-color:#000000c2;border-radius:1rem;color:#fff;margin-top:5rem}.container{width:50vw;margin:auto;padding:1rem;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);border-radius:1rem}.answers{display:flex;flex-direction:column;gap:5px}.quiz-img{max-width:30%}.quiz-question{text-align:center}.quiz-question p{font-size:1.2rem;font-weight:700}.selected{background:gray}.button{transition:.5s;outline:none}.button:focus{outline:none}.quiz-next-button{margin-top:1rem}.mute{position:absolute;top:0;right:0;padding:.5rem 1rem;cursor:pointer}.back{position:absolute;top:0;left:0;padding:.5rem 1rem;cursor:pointer}.points{margin-bottom:2rem;font-weight:700;font-size:1.4rem}.questions-review{display:grid;gap:2rem}.question-review{border-radius:1rem;padding:1rem}.answers-review{display:grid;grid-template-columns:auto auto;place-items:center}.answers-review p{font-size:.95 rem;padding:5px}.correct-answer{color:green;font-weight:800}.wrong-answer{color:red;font-weight:800}.learn-container{display:grid;grid-template-columns:1fr 1fr;place-items:center;gap:5rem}.correct{background-color:green}.incorrect{background-color:red}@media only screen and (max-width: 1200px){.learn-container{grid-template-columns:1fr}.quiz-img{max-width:50%}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#fff;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border:1px solid #646cff7a}button:focus,button:focus-visible{outline:1px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
