/* =========================
   FOOTER LINKS
========================= */

.footer-link {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #198754;
}
