footer {
    position: relative;
    z-index: 2;
}

footer .copyright-frame * {
    color: var(--white);
    font-size: calc(var(--iw-font-size-base) * 0.8);
    text-decoration: none;
    text-align: center;
    margin: unset;
}

footer .copyright-frame a:hover,
footer .copyright-frame button:hover {
    text-decoration: underline;
}