/* Grundfarben anpassen, Dark Mode optimieren */
body {
    background-color: #121212;
    color: #ffffff;
}

/* Links sauber einfärben */
a {
    color: #66b2ff;
}
a:hover {
    color: #3399ff;
}

/* Optional: Buttons leicht aufhübschen */
.btn-outline-light {
    border-width: 2px;
    font-weight: bold;
}

/* Optional: Einheitliche Breite für Link-Seiten Buttons */
.button-link {
    display: block;
    width: 250px;
    margin: 10px auto;
}
