body{
    width: auto;
    
}

img{
    display: block;
    margin-inline: auto;
    width: 60%;
    margin-bottom: 30px;
}

img:last-child{
    width: 40%;
}