body {
  display: flex;
  justify-content: space-evenly;
  margin-top: 200px;
  background-color: bisque;
}

img {
  width: 400px;
  height: 400px;
}
