body {
  margin: 0;
  padding: 0;
  font-family: 'Istok Web',  sans-serif;
}


.comming-soon-page {
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  
}

.soon-section {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.soon-title {
    font-size: 96px;
    color: #2B5E73;
    text-transform: uppercase;
    letter-spacing: 20px;
    font-weight: 400;
    margin: auto;
}

.logo {
  max-width: 400px;
  margin-bottom: 130px;
}

.olivaw-mail {
  text-decoration: none;
  color: #2B5E73;
  font-size: 48px;
}


@media (max-width:768px) {
  .logo {
    max-width: 70%;
  }
  .soon-title {
    font-size: 40px;
  }

  .olivaw-mail {
    font-size: 30px;
    margin-top: 30px;
  }
}