p {
  font-size: 18px;
  font-familiy: "Times New Roman", sans-serif;
}
h1 {
  color: #668926;
  font-size: 48px;
}
h2 {
  color: #668926;
  font-size: 36px;
}
/* Hintergrundfarbe des Footers ohne Verlauf */
.footer {
    background-color: #668926 !important; /* Ersetze durch die gewünschte Farbe */
    background-image: none !important; /* Entfernt den Farbverlauf */
}
