
html,body{height:100%;margin:0}
body{
font-family:Arial,sans-serif;
background:url('../images/background.svg') center/cover no-repeat;
color:white;
}
.overlay{
height:100%;
display:flex;
align-items:center;
justify-content:center;
background:rgba(10,20,40,.35);
text-align:center;
padding:20px;
}
.content{max-width:800px}
.logo{max-width:320px;width:80%;background:white;padding:12px;border-radius:10px}
.tag{letter-spacing:3px;text-transform:uppercase;opacity:.9}
h1{font-size:3rem;margin:.4rem 0}
.lead{font-size:1.2rem;line-height:1.6}
.coming{
display:inline-block;
margin:20px 0;
padding:12px 22px;
border:1px solid rgba(255,255,255,.5);
border-radius:30px;
font-weight:bold;
}
.founder,.location{opacity:.95}
