/* Grundlayout */
body {
  margin: 0;
  padding: 0;
  background-color: #fa8ee4; /* Hintergrundfarbe der gesamten Seite */
  font-family: Arial, sans-serif; /* Standardschriftart */
  color: #000000; /* Standard-Textfarbe */
  background-color: #fa8ee4;
}

/* Zentrale Ausrichtung */
.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
  background-color: #fa8ee4;
}

/* Überschrift */
h1 {
  margin-bottom: 30px;
  font-size: 5rem;
  color: #d0f70f;
  background-color: #fa8ee4;
}

/* Bild */
.image-wrapper {
  margin-bottom: 30px;
  background-color: #fa8ee4;
}


.image-wrapper img {
  display: block;
  width: 60%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #fa8ee4;

}


/* Textbereich */
.text-section {
  font-size: 1.1rem;
  line-height: 1.6;
  background-color: #fa8ee4;
}

/* Footer */
footer {
  text-align: center;
  padding: 20px;
  font-size: 0.9rem;
  background-color: #fa8ee4;
}

footer a {
  color: #000000;
  text-decoration: none;
  margin: 0 5px;
  background-color: #fa8ee4;
}

footer a:hover {
  text-decoration: underline;
  background-color: #fa8ee4;
}
