*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.body{
    margin: 20px;
    padding: 20px;
    min-width: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#img1{
    width: 400px;
    height: 400px;
    justify-items: center;
}
#img2{
    width: 400px;
    height: 400px;
}