html {
  min-height: 100%;
  background-color: #f4f1ea;
  background-image:
    linear-gradient(rgba(244, 241, 234, 0.72), rgba(244, 241, 234, 0.72)),
    url("images/touren-hintergrund.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

body {
  font-family: system-ui, -apple-system, sans-serif;
  max-width: 800px;
  margin: 2rem auto;
  padding: 1.5rem 1rem 2rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.page-notice {
  margin: 0 0 1.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid #e8c4c4;
  border-radius: 4px;
  background: #fdf3f3;
  color: #6b2020;
}
