﻿footer {
    border-top: .1rem solid var(--grey);
    padding: 4rem 0;
    font-size: 1.4rem;
}

footer .container {
    display: flex;
    justify-content: center;
    text-align: center;
}