/* Haupt-Content-Bereich */
#body-wrapper, .main-content {
    background-color: #000000 !important;
    color: #eeeeee !important; /* Leichtes Off-White für bessere Lesbarkeit */
}

/* Überschriften (H1, H2, H3 etc.) */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}

/* Links im Content */
#body-wrapper a {
    color: #3498db; /* Ein schönes Blau, das auf Schwarz gut knallt */
    text-decoration: underline;
}

#body-wrapper a:hover {
    color: #5dade2;
}

/* Falls du Blog-Elemente oder Cards nutzt */
.card {
    background-color: #1a1a1a !important; /* Dunkelgrau für Tiefe */
    border: 1px solid #333 !important;
    color: #eeeeee !important;
}

/* Zitate (Blockquotes) */
blockquote {
    border-left: 4px solid #444;
    color: #888;
    background: #0a0a0a;
}
