body {
  margin: 0;
  background-color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  color: #000000; /* Standardtext in Schwarz */
  line-height: 1.6;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.header-image {
  width: 800px;
  height: 800px;
  display: block;
  margin: 0 auto;
}

.content {
  padding: 20px;
  text-align: left; /* Standard für normalen Text */
}

.intro {
  text-align: center; /* Zentriert spezifisch diesen Bereich */
}


.line {
  margin: 10px 0;
}

/* Markante Zeilen: größer, fett und in Farbe #a20e80 */
.prominent {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #a20e80;
}
