@import"https://fonts.googleapis.com/css2?family=Mogra&family=Montserrat&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,"sans-serif";height:330vh;background:linear-gradient(45deg,#0093e9,#80d0c7)}.app{max-width:900px;margin:0 auto;padding:0 1rem}.logo{font-family:Mogra,cursive;font-weight:700;margin-top:1rem;display:inline-block}.content{display:flex;flex-direction:column;align-items:center;margin-top:10rem}.content_title{font-weight:700;font-size:50px;margin-bottom:10px;text-align:center;color:#9c1818}.content_description{font-weight:300;font-size:20px;opacity:.9;margin-bottom:1rem;margin-top:2rem;text-align:center;color:#000}.form{display:flex;flex-direction:column;align-items:center}.form .form_input{max-width:700px;min-width:300px;height:30px;background:#fff;outline:none;border:none;text-indent:15px;font-size:13px;border-radius:3px;margin-bottom:1rem}.form .form_button{width:100px;height:30px;background:#07df48;border:none;outline:none;color:#000;margin-bottom:3rem;border-radius:4px;font-size:15px;cursor:pointer}button:hover{background-color:#0056b3}.download_btn{margin-bottom:5rem;font-size:20px}.content_title_2{font-weight:700;font-size:50px;margin-bottom:10px;text-align:center;margin-top:30px}.span{font-weight:700;font-size:50px;color:#9c1818}@media screen and (max-with: 600px){.content{margin-top:10rem}.content_title{font-size:40px}}
