body {
    background-color: #1a1f2b;
    color: white;
}

.text-muted {
    color: #e0e0e0 !important;
}

a {
    color: #f1da43;
    transition: opacity 0.3s ease-in-out;
}

a:hover {
    opacity: 0.7;
}

.link-icons {
    font-size: 42px;
}
