@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Arial,sans-serif;background-color:#1dc0cc;margin:0;padding:0}.cursive{font-family:Pacifico,cursive}h1{font-size:3rem;margin-bottom:.5rem}h2{font-size:2rem;margin-bottom:1rem}form{background-color:#ffffff0e;padding:2rem;border-radius:8px;box-shadow:0 2px 4px #000000c2}select{padding:.5rem;border:1px solid #510303;border-radius:4px;font-size:1rem}button{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}button svg{width:24px;height:24px;stroke:#e01818}.text-center{text-align:center}.mt-3{margin-top:1rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.w-full{width:100%}.max-w-xl{max-width:36rem}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.h-screen{height:90vh}.flex-col{flex-direction:column}.bg-gray-100{background-color:#4ed6ee}.border{border:3px solid #b1ecfe}.rounded{border-radius:.375rem}.p-2{padding:.5rem}.correct-answer{color:green}.incorrect-answer{color:red}.next-button{background-color:green;color:#fff;font-family:Pacifico,cursive;border:none;border-radius:4px;padding:.5rem 1rem;cursor:pointer}.next-button:hover{background-color:#006400}.invisible{visibility:hidden}
