@import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap);
.coming-soon {
  width: 100%;
  height: 100vh;
  float: left;
  background: #ccc;
  background: url(/images/bg.jpg);
  background-size: cover;
  background-position: center center
}

.coming-content-container {
  width: 100%;
  float: left;
  height: 100vh;
  background: #1b1c21e6
}

.coming-content {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  width: 100%
}

.coming-content h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 2px;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 24px
}

.coming-content a {
  width: 100%;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: #fff;
  transition: .2s ease
}

.coming-content a:hover {
  text-decoration: none;
  opacity: .7
}

.coming-content a+a {
  margin-top: 10px
}

.logo img{
    max-width:250px;
}