html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
  background-color: #0b0c0e;
  color: #e0e0e0;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

canvas {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

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

h1 {
  font-size: 2.8rem;
  letter-spacing: 2px;
  color: #f1f1f1;
  margin-bottom: 0.4rem;
  text-shadow: 0 0 15px rgba(0, 180, 255, 0.25);
}

.tagline {
  font-weight: 400;
  color: #8ab4f8;
  letter-spacing: 1px;
}

footer {
  position: absolute;
  bottom: 10px;
  font-size: 0.8rem;
  color: #666;
  text-align: center;
  width: 100%;
}
