.zoom{
    transition: transform .1s;
}

.zoom:hover{
    transform: scale(1.1);
}
