/* style.css – zusätzliche Effekte */
body {
  background: radial-gradient(circle at top, #1a1a1a 0%, #0b0b0b 100%);
}
