img:hover{
    transform: scale(1.1);
    }

img {
    transition: 0.5s;
}
    