
.footer {
    grid-area: footer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer > div {
    display: flex;
    flex-wrap: wrap;
}