a:link{
    transition: color 1s;
}

img{
    opacity: 0.25;
    transition: opacity 0.5s;
}

img:hover{
    opacity: 1;
}