.link{
    transition: all 0.1s ease;
}
.link:hover{
    opacity: 0.7;
}