body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5ede4;
  height: 100vh;
  width: 100vw;
  margin: 0;
}
img {
  display: block;
  width: 600px;
}
