#welcome{text-align:center;max-width:500px}#welcome h2,#welcome p{margin-bottom:1rem}#welcome p{color:#8435de}#welcome img{margin-top:2rem}.option{background-color:#3c0e70;border-radius:.5rem;padding:1rem;margin-bottom:1rem;cursor:pointer;opacity:.8;transition:.4s}.option:hover{opacity:1}#options-container .option p{margin-bottom:0}.correct{background-color:#0bfc03;font-weight:700}.wrong{background-color:#3c0e70;opacity:.5}.hide{display:none}#question{background-color:#8435de;border-radius:1rem;padding:2rem;width:500px}#question p{margin-bottom:1rem}#question h2{margin-bottom:2rem}#question button{border:2px solid #fff;margin:1rem}#gameover{text-align:center;max-width:500px;display:flex;flex-direction:column}#gameover h2,#gameover p{margin-bottom:1rem}#gameover p{color:#8435de}#gameover img{margin:2rem auto;height:200px}#category{text-align:center;max-width:500px}#category h2,#category p{margin-bottom:1rem}#category p{color:#8435de}#category img{margin-top:2rem;max-width:300px}#category button{margin:1rem}.App{text-align:center;padding-top:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:main 2s}.App h1{margin-bottom:2rem}@keyframes main{0%{filter:blur(100px);transform:translate(100%)}to{transform:translate(0)}}*{padding:0;margin:0;font-family:Sono,sans-serif;color:#000;font-weight:700}body,html{min-height:100vh;height:100%;background:linear-gradient(120deg,rgb(255,184,255),rgb(170,118,255))}img{max-width:100%}button{font-weight:700;font-size:1.2rem;cursor:pointer;padding:.8rem 1.5rem;background:linear-gradient(90deg,rgba(132,53,222,1)0%,rgba(184,84,232,1)100%);border-radius:3rem;border:none}button:hover{background:linear-gradient(rgba(184,84,232,1)100%,rgba(132,53,222,1)0%)}
