footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.523vw 1.046vw;
    background-color: white;
    box-shadow: 0 -0.105vw 0.262vw rgba(0, 0, 0, 0.1);
    position: relative;
    left: 200px;
    box-sizing: border-box;
    width: calc(100vw - 198px);
    height: 55px;
}