footer {
    width: 100%;
    display: flex;
    justify-content: center;
    color: white;
    background-color: #1E1E1E;
    margin-top: 40px;
}

.footerBox {
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px var(--marginGlobal);
}

.footerBox img {
    width: 170px;
    height: auto;
}