.overflow-hidden footer {
    display: none;
}

footer {
    border-top: 1px solid var(--bs-border-color);
}

footer a {
    text-decoration: none;
}

footer a:hover {
    color: var(--bs-black);
    text-decoration: underline;
}

.footer a:hover .text-gray {
    fill: var(--bs-black)
}