#welcome{text-align:center;max-width:500px}#welcome h2,#welcome p{margin-bottom:1rem}#welcome p{color:#180e23;font-weight:700}#welcome img{margin-top:2rem}.option{background-color:#fff;border-radius:.5rem;padding:1rem;margin-bottom:1rem;cursor:pointer;transition:.4s}.option:hover{opacity:1}#options-container .option p{margin-bottom:0}.correct{background-color:#0bfc03;font-weight:700;border:2px solid #fff}.wrong{background-color:red;opacity:.4}.hide{display:none}#question{text-align:center;max-width:500px;background-color:#83a4d4;border-radius:1rem;padding:2rem}#question p{margin-bottom:1rem;color:#000;font-weight:700}#question h2{margin-bottom:2rem}#question button{border:2px solid #fff;margin:1rem}#question-question{color:#fff}#gameover{text-align:center;max-width:500px;display:flex;flex-direction:column}#gameover h2,#gameover p{margin-bottom:1rem}#gameover p{color:#000;font-weight:700;font-size:18px}#gameover img{margin:2rem;height:200px}#category{text-align:center;max-width:500px}#category h2,#category p{margin-bottom:1rem}#category p{color:#000}#category img{margin-top:2rem;max-width:400px}#category button{margin:1rem}.App{text-align:center;padding-top:3rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.App h1{margin-bottom:2rem}*{padding:0;margin:0;font-family:Raleway,sans-serif;color:#696969}body,html{min-height:100vh;height:100%;background-color:#ddf3ff}img{max-width:100%}button{font-weight:700;font-size:1.2rem;cursor:pointer;padding:.8rem 1.5rem;background-image:linear-gradient(120deg,#d4fc79 0%,#96e6a1 100%);border-radius:3rem;border:none;color:#696969}button:hover{background:linear-gradient(90deg,rgb(21,255,0)0%,rgb(72,239,108)100%)}
