.footer {
    padding-bottom: 6.5rem;
}

.footer_anchor {
    transition: opacity 0.21s cubic-bezier(0.35, 0, 0.65, 1);
    opacity: 30%;
}

.footer_anchor:hover {
    opacity: 100%;
}

.footer_anchor:focus {
    opacity: 100%;
}
