@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 200 700;
  font-display: swap;
  src: url('fonts/orbitron.woff2') format('woff2');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #03030a;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  overflow: hidden;
}

canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
}

.nebula {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.cloud {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  mix-blend-mode: screen;
}


.content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.domain {
  font-family: 'Orbitron', 'Helvetica Neue', sans-serif;
  font-size: clamp(3rem, 10vw, 7rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.12em;
  line-height: 1;
}

.domain .tld {
  font-weight: 200;
}

.tagline {
  margin-top: 1.2rem;
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
  line-height: 1.7;
}
