img {
    width: 100px;
    height: 100px;
}img:hover{
    width: 400px;
    height: 400px;
}
body{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}