/* Apple/macOS typisches Fenster-Design */
body {
  background: #f5f5f7;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'SF Pro Display', 'Segoe UI', Arial, sans-serif;
}

