@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:100vh;color:#fff;background:linear-gradient(45deg,#4158D0,#C850C0,#FFCC70)}.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:15rem}.content_title{font-weight:700;font-size:50px;margin-bottom:10px;text-align:center}.content_description{font-weight:400;font-size:20px;opacity:.9;margin-bottom:1rem;text-align:center}.form{display:flex;flex-direction:column;align-items:center}.form .form_input{max-width:500px;min-width:300px;height:38px;background:white;outline:none;border:none;text-indent:10px;font-size:16px;border-radius:3px;margin-bottom:1rem}.form .form_button{width:100px;height:30px;background:#4158B0;border:none;outline:none;color:#fff;cursor:pointer;margin-bottom:3rem;border-radius:3px}.download_btn{color:#fff}@media screen and (max-width: 600px){.content{margin-top:10rem}.content_title{font-size:40px}}
