body {
  margin: 0;
  overflow: hidden;
}
canvas {
  display: block;
}

#overlay {
  position: absolute;
  bottom: 12%;
  width: 100%;
  text-align: center;
  color: white;
  font-family: 'Segoe UI', sans-serif;
  pointer-events: none;
}

#overlay h1 {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}

#overlay p {
  font-size: 1.2rem;
  margin: 0.2rem 0 0;
  opacity: 0.95;
  white-space: pre;
  transition: color 0.3s ease;
}
