
    .footer {
   
    text-align: center;

}

.footer__link {
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.footer__link:hover {
    color: #fff;
}

.footer_socials {
    margin-top: 10px;
}

.footer__social {
    color: #fff;
    margin: 0 10px;
    font-size: 1.4rem;
    text-decoration: none;
}

.footer__social:hover {
    color: #fff;
}

