.container-footer{
    position: relative;
    left: 0;
    bottom: 0;
    background-color: white;
    height: 100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top:50px;
};