img:hover {
    filter: grayscale(0);
    cursor: pointer;
    transform: scale(1.05);
}
img {
    transition: transform 0.5s;
}