@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;700&display=swap);*{margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background:linear-gradient(90deg,#f7797d,#fbd786,#c6ffdd);display:flex;font-family:Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:Nunito,sans-serif;height:100vh;justify-content:center;margin:0}.App{background-color:#fff;border-radius:20px;padding:40px;position:relative;width:500px}.App .result{text-align:center}.App .result-text{margin-top:10px}.App .result button{background-color:#cc0058;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:15px}.App .progress__inner{background:red;border-radius:30px;height:100%;transition:all .3s ease-in-out;width:100%}.App:after,.App:before{border-bottom-left-radius:30px;border-bottom-right-radius:30px;content:"";display:block;height:50px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.App h1{font-size:24px;margin:0 0 15px}.App ul{list-style:none;padding:0}.App ul li{border:2px solid rgba(0,0,0,.5);border-radius:15px;cursor:pointer;margin-bottom:10px;padding:15px;transition:all .1s ease-in-out}.App ul li:hover{border:2px solid rgba(0,0,0,.9)}
/*# sourceMappingURL=main.f4c158e9.css.map*/