html, body{width: 100%; margin: 0px; padding: 0px; text-align: left; font-size: 14px;background: #000000; font-family: 'Lato', sans-serif;}
body{height:100%; position: absolute; z-index: 0; color: #ffffff;overflow-x: hidden!important; overflow: scroll; background:#000000;}
* {-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing: border-box;-moz-box-sizing:border-box; box-sizing:border-box; margin:0px;padding:0px;-webkit-tap-highlight-color: rgba(0,0,0,0);}
*:focus {outline: none;}
img{border:0px !important; outline:none !important;}
a[href^="tel"]{color:inherit;text-decoration:none;}

#Main{display: flex; justify-content: center; align-items: center; flex-direction: column;width: 100%; min-height: 100%; position: relative; margin: 0px auto;}
#MainLogo{display: flex; width: 100%; max-width: 400px;position: relative; margin: 0px auto;}
p{display: flex; width: 100%; max-width: 400px;position: relative; margin: 0px auto; text-align: center; justify-content: center; font-size: 20px}
.Cta{display: flex; width: 100%; max-width: 400px; height: 80px; position: relative; margin: 30px auto; justify-content: center; font-size: 20px; background: #ff4da9; align-items: center; color: white; text-decoration: none; font-size: 40px; font-weight: 700; border-radius: 10px;}

.Cta:hover{color: #ff4da9; background: #ffffff;}

@media only screen and (min-width:320px) and (max-width:600px){
  #MainLogo{max-width: 320px;}
  p{max-width: 320px;font-size: 15px}
  .Cta{max-width: 320px; height: 60px; font-size: 30px;}
}
