body {
  background-color: #f8f8f8;   /* Heller Hintergrund */
  color: #222;                 /* Dunkelgraue Schrift */
  font-family: Arial, sans-serif;
  

}

h1 {
  color: black;                 /* Überschrift dunkler */
  font-size: 28px;
}

p {
  line-height: 1.6;            /* Bessere Lesbarkeit */
  margin-bottom: 20px;
}



a:hover {
  text-decoration: underline;  /* Unterstrich bei Hover */
}
