body {
  background: #0A0C09 url("/img/soon_bg.jpg") no-repeat fixed center center/cover;
  font-family: "Work Sans", sans-serif;
  min-width: 360px;
}
.bgtest {
  background-color: yellow;
}

.soon_content {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.soon_content h1 {
  font-size: 63px;
  color: #ffffff;
  font-family: "Work Sans";
  font-weight: 300;
  line-height: 53px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 60px;
  text-align: center;
}
.soon_content .logo_items {
  gap: 60px 0;
}
.soon_content .logo_uh {
  margin-bottom: 90px;
}
.soon_content .logo_item {
  height: 60px;
}

/* XL */
@media (max-width: 1439px) {
  .soon_content {
  }
}
/* MD */
@media (max-width: 991px) {
  .soon_content {
    align-items: flex-start;
    padding-bottom: 60px;
  }
  .soon_content h1 {
    font-size: 40px;
    margin-bottom: 70px;
  }
  .soon_content .logo_uh {
    margin-bottom: 70px;
  }
  .soon_content .logo_items {
    gap: 25px 0;
  }
  .soon_content .logo_item {
    margin-left: 60px;
    height: 40px;
  }
}
/* SM */
/* XS *//*# sourceMappingURL=soon.css.map */