main, footer{
 padding:50px 100px;
}
.comingsoon{
 font-family: 'Roboto', sans-serif;
 font-size:92px;
 text-transform: uppercase;
 color:#000000;
 text-align:center;
 position:fixed;
 top:0px;
 left:0px;
 height:100%;
 width:100%;
}

footer{
 position:fixed;
 bottom:0px;
 left:0px;
 width:100%;
}
footer .social{
 float:right;
}
    footer .social a img{
    width:32px;
    margin-right:10px;
}
@media only screen and (max-width: 768px) {
    .logo{
        text-align:center;
    }
    .comingsoon{
        text-align:right;
        font-size:42px;
    }
    footer{
        text-align:center;
    }
    footer .social{
        float:none;
       }
  }
  @media only screen and (max-width: 1024px) {
   
    .comingsoon{
       text-align:left;
        font-size:42px;
    }
    
  }