@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body,html{width:100%;height:100%;margin:0;padding:0;color:#fff;font-family:Roboto,sans-serif;overflow:hidden;overflow-y:auto}.container{min-height:100vh;width:100%;background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.6)),url(../img/bg-min.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;flex-direction:row}.mainBody{z-index:20;min-height:100%;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem}.mockup{max-width:360px}.logo{max-width:300px}.row{display:flex;flex-direction:row;align-items:center}.col{flex:1}h1{font-weight:700;font-size:3rem;text-transform:uppercase;margin-bottom:2rem}h4{font-weight:400;font-size:1rem;margin-bottom:3rem}.buttonsContainer{display:flex;align-items:flex-start}.downloadButton{background-color:#ea662a;border:0;border-radius:4px;padding:.8rem 2rem;text-decoration:none;color:#fff;display:flex;flex-direction:row;align-items:center;font-size:1rem}.downloadButton svg{fill:#fff;margin-right:.4rem;width:24px;height:24px}.downloadButton:hover{background-color:#e75516}@media screen and (max-width:800px){.row{flex-direction:column-reverse;width:100%}.col{text-align:center}.buttonsContainer{justify-content:center}img{width:100%}}