.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6.5rem;
    border-top: solid 1px rgba(200, 200, 200, 0.2);
}

.footer > span {
    text-align: center;
}