/* Zmiana koloru linku w stopce */
footer a {
    color: #ffffff !important; /* Podstawowy kolor linku */
}

/* Zmiana koloru linku po najechaniu myszką */
footer a:hover {
    color: #f3a425 !important; /* Kolor po najechaniu */
}