footer {
    background-color: #333; /* Sötét háttér */
    color: #FFF; /* Fehér szöveg */
    text-align: center;
    padding: 2rem 0;
    font-size: 0.9rem;
}

footer a {
    color: #FFD700; /* Aranysárga */
    transition: color 0.3s ease;
}

footer a:hover {
    color: #FFFACD; /* Világosabb sárga */
}

footer p {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #FFF; /* Fehér szöveg */
}

footer .footer-section h4 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #FFD700;
}
