body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fdf6ec; /* Farbton aus dem Bild übernommen */
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

main {
  text-align: center;
  padding: 2rem;
}

.main-image {
  max-width: 300px;
  height: auto;
  margin-bottom: 1rem;
}

h1 {
  margin: 0.5rem 0;
  font-size: 2rem;
}

p {
  font-size: 1.1rem;
  color: #555;
}
