body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.full-overlay {
  width: 100vw;
  height: 100vh;
  color: #fff;
  letter-spacing: .06em;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .2));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-overlay.hype {
  background-color: #036eb8;
  background-image: none;
}

.hype-logo {
  width: 200px;
  height: 200px;
  background-image: url('../images/THE-HYPE-GROUP-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 80px;
}

.logo {
  height: 20px;
  flex: none;
}

.hype-logo-link {
  width: 200px;
  height: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .logo {
    height: 16px;
  }
}


