body a img{
transition: 400ms;
}
body a img:hover{
filter: brightness(0.7);
}