footer {
    background: var(--primary-color);
    color: white;
    padding: 1rem 0;
}

.footer-link {
    color: var(--bs-white);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link:hover {
    color: white;
}