footer{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
    background: #010D1B;
}

#footer_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

#copy{
    color: #fff;
}

#logo-footer img {
    height: 100px;
    width: auto;
}

footer #social a{
    color: #fff;
    text-decoration: none;
}

footer #social{
    color: #fff;
}