.program-message {
    max-width: 700px;
    margin: 0 auto; /* horizontal zentriert */
    padding: 2rem 2.5rem;
    border-radius: 15px;
    text-align: center;                          /* Text zentrieren */
    margin-bottom: 2rem;                         /* Abstand nach unten */
}

.program-message h2 {
    font-family: 'Georgia', serif;
    font-size: 2rem;
    color: #800000;
    margin-bottom: 1.2rem;
}

.program-message p {
    font-size: 1.5rem;
    line-height: 1.4;
    color: black;
}
