.footers {
    background-color: rgb(83, 83, 83);
    color: #fff;
    text-decoration: none;
    display: flex;
}

.footers.user {
    display: none;
}

.footers a {
    text-decoration: none;
    color: #fff;
}

.social-color i{
    color: #fff;
    font-size: 2rem;
}