* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.img1 {
  height: 500px;
  width: 500px;
}

.img2 {
  height: 400px;
  width: 400px;
}
