.footer {
    background-color: #212529;
    color: white;
    padding: 3rem 0;
    padding: 0;
    margin: 0;
}

.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #0d6efd;
}

.footer-links a {
    color: #ffffff80;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}
