body{
  width: 100%;
  height: 100vh;
  margin:0;
  padding: 0;
  font-family: 'Droid Serif', serif;
}

.main{
  width: 100%;
  height: 100vh;
  position: relative;
}

.mess{
  width: 900px;
  height: 375px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.logo{
  width: 900px;
  margin: 0 auto;
}

.res{
  width: 100%;
  height: auto;
}

.comingsoon{
  font-size: 28px;
  color: #241f23;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
