#welcome{text-align:center;max-width:500px}#welcome h2,#welcome h3{margin-bottom:1rem}#welcome h3{color:#ad6b1f}#welcome img{width:70%}#logo{display:block;align-items:center;justify-content:center}.option{background-color:#4b2e0e;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:#1d7c19;font-weight:700}.wrong{background-color:#830c0c;opacity:.4}#question{text-align:center;max-width:500px;background-color:#ad6b1f;border-radius:1rem;padding:2rem}#question h2{margin-bottom:2rem}#question p{margin-bottom:1rem}#question button{border:2px solid #FFFF}#gameover{text-align:center;max-width:500px;display:flex;flex-direction:column}#gameover h2,#gameover h3{margin-bottom:1rem}#gameover h3{color:#ad6b1f}#gameover img{margin:-1rem;height:300px}.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:#fff}body,html{min-height:100vh;height:100%;background-color:#1c1c1c}img{max-width:100%}button{font-weight:700;font-size:1.2rem;cursor:pointer;padding:.8rem 1.5rem;background:linear-gradient(90deg,#6b3c0a 0%,#ff8902 100%);border-radius:3rem;border:none}button:hover{background:linear-gradient(90deg,#ad6b1f 0%,#4b2e0e 100%)}
