body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: transparent;
    color: #333333;
    line-height: 1.5;
}

.title {
    color: #DE0000; /* Rot für Überschriften */
    margin-top: 0;
}

.days {
    font-weight: bold; /* Fett für Wochentage */
    color: #333333;    /* dunkle Schrift */
}

