@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background-color:#2f5249;display:flex;font-family:Nunito,sans-serif;height:100vh;justify-content:center;margin:0}h1,li{word-break:break-word}.App{width:300px}@media(min-width:576px){.App{width:400px}}@media(min-width:768px){.App{width:500px}}@media(min-width:1200px){.App{transform:scale(1.2)}}.App{background-color:#fff;border-radius:30px;max-width:500px;padding:40px;position:relative}.App .result{text-align:center}.App .result button{background-color:#97b067;border:0;border-radius:30px;color:#fff;cursor:pointer;font-family:Nunito,sans-serif;font-size:20px;font-weight:700;margin-top:20px;padding:15px 30px}.App .result h2{margin-bottom:0}.App .result img{width:150px}.App .progress{background-color:#e8e8e8;border-radius:30px;height:10px;margin-bottom:25px}.App .progress__inner{background:linear-gradient(90deg,#12e730,#00d4ff);border-radius:30px;height:100%;transition:all .3s ease-in-out;width:80%}.App:after,.App:before{border-bottom-left-radius:30px;border-bottom-right-radius:30px;content:"";display:block;height:50px;left:50%;position:absolute;transform:translateX(-50%)}.App:before{background-color:#fffc;bottom:-10px;width:95%}.App:after{background-color:#ffffff4d;bottom:-20px;width:90%}.App h1{margin:0}.App ul{list-style:none;padding:0}.App ul li{border:2px solid #0000001a;border-radius:15px;cursor:pointer;margin-bottom:10px;padding:15px;transition:all .1s ease-in-out}.App ul li:hover{border:2px solid #0000004d}
/*# sourceMappingURL=main.04abbcc9.css.map*/