footer {
    margin: 4em 1em 2em 1em;
    padding-top: 1em;
    border-top: 1px solid #00000021;
}

.footer-menu {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin: 1em 0;
}

.footer-menu a {
    color: #00000099;
    text-decoration: none;
}

.footer-menu a:hover {
    color: var(--t-c-primary);
}

#copyright {
    font-size: 0.8em;
    text-align: center;
    color: #00000099;
    margin: 1em 0;
}