@font-face {
  font-family: "Myriad Pro";
  src:
    url("/fonts/myriad-pro/MyriadPro-Regular.woff2") format("woff2"),
    url("/fonts/myriad-pro/MyriadPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #010111;
  font-family: "Myriad Pro", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("/images/bg.png");
  background-size: cover;
  background-position: 60% 20%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
  opacity: 0.22;
}

message {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 90%;
}

heading {
  display: block;
  font-size: clamp(1.4rem, 4vw, 2.5rem);
}

subheading {
  display: block;
  color: #fff;
  font-size: clamp(1rem, 2.9vw, 1.7rem);
  text-align: center;
}

span {
  color: #80ceff;
}

soon {
  color: #fff;
  margin-top: 2rem;
  font-size: clamp(1rem, 2.9vw, 1.7rem);
  text-shadow:
    0 0 0 #80ceff,
    0 0 0 #81bee4,
    0 0 8px #80ceffab;
}

a {
  display: flex;
  align-items: center;
  background-color: #5667ed;
  gap: 0.6rem;
  padding: 0.5rem 0.6rem;
  margin-top: 2rem;
  border-radius: 2rem;
  text-decoration: none;
}

a:hover {
  background-color: #8691e3;
}

img {
  height: 1rem;
}

label {
  color: #fff;
  pointer-events: none;
  margin-top: 0.1rem;
}
