footer {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;

    border-top: 1px solid var(--muted-foreground);
}
