img:hover{
    transform: scale(max(1.2));
}
img{
    transition: 0.5s;
}
*{
    text-align: center;
}