
footer {
    background: #f8f9fa; 
    padding: 20px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1); 
}

footer a {
    color: #1DA1F2; 
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
}

footer p {
    margin: 10px 0;
    line-height: 1.5;
}

.legal-notice {
    font-size: 12px;
    color: #777;
}

.site-name {
    font-weight: bold;
    color: #222;
    margin-top: 15px;
}

footer .nav-icon {
    color: #1DA1F2;
}