body, html {
    --color-1: #c0b5ab !important;
    --color-2: #ccc !important
}

.footer_content {
    background-color: #c0b5ab; /* Setzt den Hintergrund der Box auf eine sichtbare Farbe */
    color: #fff; /* Setzt die Schriftfarbe auf Weiß */
}