html, body {
  height: 100%;
}
body {
  background: #FFF3DB;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

img {
  width: 100%;
  height: auto;
  max-width: 710px;
  min-width: 410px;
  border: 2px solid black;
}