body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App,body{background-color:#06113c}.App{display:flex;font-family:Montserrat,sans-serif;min-height:100vh;width:100%}.home-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;justify-items:center;margin:20px auto 40px;width:60%}.card{background:#ddd;border:2px solid #ff8c32;border-radius:20px;height:auto;margin:20px 10px 10px;position:relative;transition:.5s ease-out;width:250px}.card-content{padding:15px}img{margin-top:1em;width:50%}.card-content{text-align:center}.card-desc{margin-top:2em}.card-desc h2{font-size:1.5em}.card-desc p{color:#000;font-size:1em;line-height:1.3em}.card-button{text-align:center}.card-btn{background-color:#ff8c32;border:none;border-radius:1rem;bottom:0;color:#fff;cursor:pointer;font-size:1rem;left:50%;opacity:0;padding:.5rem 1rem;position:absolute;-webkit-transform:translate(-50%,125%);transform:translate(-50%,125%);transition:.3s ease-out;width:60%}.card:hover{border-color:#ff8c32;box-shadow:0 4px 18px 0 rgba(0,0,0,.25)}.card:hover .card-btn{opacity:1;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.modal-background{align-items:center;background-color:rgba(1,1,1,.2);display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:100}.modal-container{background-color:#eee;border-radius:20px;box-shadow:0 5px 15px rgba(0,0,0,.35);display:flex;flex-direction:column;max-height:500px;width:25%}.modal-header{align-items:center;background:#ff8c32;border-radius:20px 20px 0 0;color:#eee;display:flex;justify-content:space-between;padding:1em}.modal-header span{cursor:pointer;font-size:1.5rem}.modal-header p{font-size:1.5em;font-weight:700;margin:0 auto}.modal-body{padding:20px}.modal-body p{font-size:1.5em;margin:.6em 0}.modal-body .items{margin:5px}.modal-body .items .item{align-items:center;background-color:#ddd;border-radius:20px;box-shadow:0 1px 1px rgba(9,30,66,.25),0 0 1px 1px rgba(9,30,66,.13);display:flex;justify-content:space-between;margin-top:8px;padding:.3em}.btn-test{align-items:center;background-color:#ff8c32;border-radius:50%;border-width:0;color:#fff;cursor:pointer;display:flex;font-size:30px;height:45px;justify-content:center;width:45px}.btn-test:hover{background-color:#eee;color:#ff8c32}.quiz{background-color:#eee;border-radius:20px;box-shadow:0 5px 15px rgba(0,0,0,.35);flex-direction:column;justify-content:space-evenly;margin:20px auto;padding:20px;width:60%}.quiz,.quiz-info{align-items:center;display:flex}.quiz-info{color:#c3c6ce;font-size:1.8em;justify-content:space-between;padding:.2em;width:80%}.quiz-info i{color:#ff8c32}.question{background:#eee;border:2px solid #fff;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.35);color:#303036;font-size:1.5em;max-width:80%;min-height:20%;padding:20px;text-align:center;width:80%}.question,.time{align-items:center;display:flex;justify-content:center}.time{background:#06113c;border:5px solid #ff8c32;border-radius:50%;bottom:10px;color:#eee;font-size:30px;font-weight:700;height:70px;left:80px;width:70px}.options{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.option{background-color:#ddd;border:0;border-radius:.5rem;box-shadow:0 5px 8px rgba(0,0,0,.35);cursor:pointer;font-family:Montserrat,sans-serif;font-size:1.2em;margin:0 10px 20px;padding:10px;text-align:center;width:75%}.option.select{background:#ff8c32;color:#eee}.option.correct{background:#4ed598;color:#eee}.option.wrong{background:#f5565d;color:#eee}.option:hover{background-color:#ff8c32;color:#eee}.control-buttons{bottom:5%;display:flex;justify-content:center;position:absolute;width:100%}.next-btn{background:#06113c;border:3px solid #ff8c32;border-radius:.5rem;color:#eee;cursor:pointer;font-size:1em;line-height:1.5;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:20%}.alert,.next-btn{padding:10px;text-align:center}.alert{background-color:#f5565d;border-radius:.2em;color:#fff;font-size:1.2em;font-weight:300;margin-bottom:10px;width:80%}.alert i{margin-right:5px}.next-btn:hover{background-color:#ff8c32;color:#eee}.result{background-color:#eee;border-radius:20px;box-shadow:0 5px 15px rgba(0,0,0,.35);justify-content:center;margin:20px auto;padding:20px;width:60%}.result,.result-info{align-items:center;display:flex;flex-direction:column}.result-info{font-size:1.8em;justify-content:end;padding:.2em;width:80%}.result-info i{color:#ff8c32}@media(max-width:468px){.card{height:250px;width:220px}.card-desc{margin-top:.5em}.modal-container{width:85%}.modal-body p{font-size:1em}.quiz{width:85%}.question,.quiz-info{font-size:1em}.option{font-size:.8em}.next-btn{font-size:1.1em;line-height:1;width:40%}.alert{font-size:1em}.result{width:85%}img{margin-top:0}}@media(max-width:768px){.home-container{width:100%}}
/*# sourceMappingURL=main.9c5921e6.css.map*/