 footer a{
    transition:.2s;
    text-decoration:none;
    color:rgba(255,255,255,1);
 }
 footer a:hover{
    transition:.2s;
    color:rgba(255,255,255,0.8);
 }