@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');



body {
  font-family: Inter, Roboto, Oxygen, Fira Sans, Helvetica Neue, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 20px;
  color: #2c3e50;
  background: #2c3e50;
}
.coming{
  /*background: rgba(0,0,0,0.0);*/
  display: block;
  position: absolute;
  width: 800px;
  height: 280px;
  top: 50%;
  left: 50%;
  margin: -160px 0 0 -400px;
  text-align: center;
}
.coming img{
  /*width: 100%;
  height: auto;*/
  margin-bottom: 40px;
}
.coming h1{
  color: #e9e2ee;
  text-align: center;
  font-size: 33px;
}
.coming p{
  font-family: sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 568px){
  .coming{
    width: 90%;
    height: auto;
    margin: 0 auto 0;
    top: 20%;
    left: 0%;
    right: 0%;
  }
  .coming img{
    width: 80%;
    height: auto;
  }
  .coming h1{
    font-size: 23px;
    line-height: 220%;
  }

}
