.container_footer{
    background-color: #ffe9e2;
}

footer{
    margin-top: 0;
    margin-bottom: 0;
}

.a-footer{
    text-decoration: none;
    color: #f1ad99;
}

/* a{
    color:#f39275;
} */

a svg{
    fill: currentColor; /* Inherits text color */
    stroke: currentColor; /* Inherits text color */
    color: inherit; /* Optional: ensures color inheritance */
}