html,
body {
  overflow: hidden;
  height: 100%;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.851);
}

canvas {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffdaf5;
  text-shadow: 0 0 8px rgba(255,126,185,0.6);
  z-index: 10;
}

#text {
  font-size: 1.5rem;
  max-width: 90%;
  line-height: 1.4;
  opacity: 1;
  transition: opacity 0.5s;
}