#footer{
    top: 0;
    background: #333333;
    width: 100%;
    position: relative;
    color: #fff;
    font-weight: bold;
    z-index: 1;
}

#footerCenter{
    height: 100%;
    width: 90vw;
    max-width: 1266px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: min(1.8vw, 15px) 0;
    align-items: center;
    justify-content: space-between;
}