.footer
{
    background-color: black;
}

.footer-link,.footer-link:hover
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white; 
    font-size: var(--font16); 
    font-family:'FuturaPTBook',sans-serif; 

}

.social 
{
    width: 20px;
    height: 20px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red) ;
    padding: 15px;
}
.social i{
    color: black;
    font-size: 23px;
}
.social i.face
{
margin-top: 8px;
}
.footer-link.Iborder
{
    border-style: solid;
    border-color: var(--Lgray2);
    border-radius: unset;
    border-width: 0px 1px 0px 0px;   
}
