section {
  display: flex;
  flex-direction: column;
  justify-content: center; /* Zentriert vertikal */
  align-items: center; /* Zentriert horizontal */
  min-height: 100px; /* Etwas weniger als die volle Höhe, damit man die nächste Sektion schon sieht */
  padding: 60px 20px;
  text-align: center;
}

.section-1 {
  background-color: #f4f4f4;
  color: #333;
}
.section-2 {
  background-color: #ffffff;
  color: #333;
}
.section-3 {
  background-color: #f4f4f4;
  color: #333;
}
.section-4 {
  background-color: #ffffff;
  color: #333;
}
.section-5 {
  background-color: #f4f4f4;
  color: #333;
}
.section-6 {
  background-color: #ffffff;
  color: #333;
}

h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  font-family: sans-serif;
}
