body{
    background-color: #CBDDD1;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

/* css/styles.css */
.about {
    background-color: #CBDDD1; /* Heller Hintergrund */
}
.about img {
    max-height: 300px; /* Begrenze Bildhöhe */
    object-fit: cover; /* Für schöne Skalierung */
}