/* ========== nvi.css ========== */

/* Horror-spezifisches Design für "Nicht-verifizierte Identität" */

/* Hintergrund mit deinem roten Cover-Bild */
body {
  background: #0a0a0a url("/books/horror/Bilder/backs.png") no-repeat center center fixed;
  background-size: cover;
  color: #f5f5f5;
  position: relative;
}

/* Adern-Overlay (muss als PNG/SVG erstellt werden)
body::after {
  content: "";
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url("/images/veins.png") no-repeat center;
  background-size: cover;
  pointer-events: none;
  z-index: 10;
  opacity: 0.25;
} */

/* Titel in Horror-Rot */
h1 {
  font-size: 2rem;
  color: #ff2a2a;
}

/* Buttons Horror-Stil */
.button {
  background: #ff2a2a;
  color: #fff;
}

.button:hover {
  background: #d91f1f;
}

/* Footer dunkler machen */
footer {
  border-top: 1px solid #333;
  color: #bbb;
}
