body{
    display: flex;
    justify-content: center;
}
img:hover{
    text-align: center;
   width: 45%;
   height: 45%;
}
img{
    transition: 0.5s;
}