footer {
    margin-top: auto;
    border-top: 1px solid var(--theme-color);
    height: 80px;
    display: flex;
    justify-content: center;
}

footer div {
    margin-top: 2rem;
}

footer a {
    margin: 0 20px;
}

