html,
body {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-family: -apple-system, sans-serif;
  color: white;
  text-align: center;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
.bg {
  background: radial-gradient(
    circle,
    #1b1227,
    #191124,
    #180f20,
    #160e1d,
    #140c1a,
    #120b18,
    #100a16,
    #0e0914,
    #0d0912,
    #0c0811,
    #0a080f,
    #09070d
  );
}
.coming-soon {
  position: absolute;
  padding: 2px;
  width: 100px;
  border: 1px solid white;
  margin: 20px auto;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
}
.center-box {
  display: grid;
  height: calc(100vh - 60px);
  place-items: center;
  padding: 0px 50px;
}

.large-text {
  font-size: 50px;
  background-image: linear-gradient(
    to bottom right,
    #fff,
    rgba(231, 243, 255, 0.472)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 600px) {
  .center-box {
    padding: 0px 30px;
  }

  .large-text {
    font-size: 48px;
  }
}

.social-icons {
  position: absolute;
  padding: 2px;
  margin: 20px 0px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  display: grid;
  place-items: center;
}

.link-text {
  display: flex;
  align-items: center;
  gap: 6px;
}

#cobe {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: min(100vh, 600px);
  height: min(100vh, 600px);
}

.cloudflare-box {
  position: absolute;
  margin: 20px 0px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}

.powered-by {
  font-size: 14px;
}

.cloudflare-logo {
  height: 36px;
}
