a {
    transition:.4s;
}

a:hover {
    transform:scale(0.99);
    opacity: 0.7;
    transition:.2s;
}