footer {
    background: #0d6efd;
    color: white;
    padding: 2rem 0;
    font-size: 0.95rem;
    text-align: center;
}

footer a {
    color: white;
    margin: 0 5px;
    font-size: 1.4rem;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #dbe9ff;
    text-decoration: none;
}
