footer#footer {
    margin-top: 30px;
    padding: 15px;
    background-color: var(--dark);
    color: var(--light);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 24px;
    align-content: center;
}

footer#footer div.box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-self: center;
}