body {
  background: #faf0e6;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  margin: 0 16px;
}
body img {
  max-width: 500px;
  min-width: 200px;
}