*{box-sizing:border-box}body{font-family:"Poppins",sans-serif;background:#333;margin:0;padding:0}.App{display:grid;place-items:center;width:100%;height:100vh;overflow:hidden}.App,.bg-rectangle{background:rgba(96,102,208,.7)}.bg-rectangle{position:fixed;width:915px;height:1130px;border-radius:35px;-webkit-transform:rotate(-65deg);transform:rotate(-65deg);z-index:-1}.left{top:400px;left:-100px}.right{top:-400px;right:-100px}.card-wrapper{max-width:500px;color:#1d355d}.card{position:relative;text-align:center;background:#fff;border-radius:25px;padding:2em}.card-title{font-size:2.25rem;text-transform:uppercase;color:#f2f2f2;margin-bottom:10px}.card-image{position:absolute;width:160px;height:auto;top:-75px;right:0}.card-endGame-image{margin:2em 0 3em;width:240px;height:auto}.card-endGame-subtitle{font-size:3rem;margin:0}.card-endGame-text{font-size:1.125rem;margin:0 0 4.5rem}.card-endGame-text span{font-size:2.25rem;font-weight:700;color:#60bf88}.card-btn{font-family:inherit;font-weight:600;font-size:1.125rem;background:none;border:none;border-radius:12px;cursor:pointer}.card-btn.endGame{padding:1em 4em;color:inherit;border:2px solid #1d355d}.card-btn.next{display:block;background:#f9a826;color:#f2f2f2;padding:.875em 2em;margin-left:auto}.question-wrapper{padding-top:1em}.question-title{color:#2f527b;text-align:left}.question-flag{display:block;top:10px;height:60px;box-shadow:0 4px 24px rgba(0,0,0,.3);border-radius:4px}.answers-list{display:flex;flex-direction:column;width:100%;counter-reset:item;list-style:none;margin:0;padding:0}.answers-item{margin-bottom:1.5em;color:#6066d0}.answers-button{position:relative;width:100%;font-size:1.125rem;font-family:inherit;text-align:left;padding:.875em 4em;background:none;color:inherit;border:2px solid #6066d0;border-radius:12px;cursor:pointer}.answers-button svg{position:absolute;top:18px;right:16px}.answers-button:before{counter-increment:item;content:counter(item,upper-latin);position:absolute;font-size:1.25rem;top:.75em;left:1em}.answers-button:hover{color:#fff;background:#f9a826;border:2px solid transparent;border-radius:12px}.correct{color:#fff;background:#60bf88;border-color:#60bf88}.incorrect{color:#fff;background:#ea8282;border-color:#ea8282}.correct:hover{background:#60bf88}.incorrect:hover{background:#ea8282}
/*# sourceMappingURL=main.077a9068.chunk.css.map */