body {
  background-color: #0b1b38;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.section_coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 3.125rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-graphic.svg');
  background-position: 50% 50%;
  background-size: auto 80%;
  background-repeat: no-repeat;
}

.logo {
  max-width: 40rem;
  margin-bottom: 2rem;
}

.coming-soon {
  font-family: Oswald, sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .section_coming-soon {
    padding: 1.875rem;
  }

  .coming-soon {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .coming-soon {
    font-size: 2rem;
    line-height: 2rem;
  }
}

