footer {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

footer a:link,
footer a:visited,
a:active {
    /* biome-ignore lint/complexity/noImportantStyles: MYTH-89485 */
    color: var(--textContrast) !important;
    font-size: 14px;
    font-weight: 400;
}

footer a:focus,
footer a:hover {
    text-decoration: none;
}
