body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100dvh;
  min-height: 100vh;
  background-color: #050505;
  color: #00ff00;
  font-family: 'Megrim', cursive;
  overflow: hidden;
  user-select: none;
}

canvas {
  display: block;
}

#root {
  width: 100%;
  height: 100%;
}

/* Neural Glitch UI Classes */
.neural-text {
  text-shadow: 0 0 5px #00ff00, 0 0 10px #00ff00;
  letter-spacing: 2px;
}

.horror-text {
  font-family: 'Nosifer', cursive;
  color: #ff0000;
  text-shadow: 0 0 10px #ff0000;
}
