* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #fcb13e;
  overflow: hidden;
}

img {
  width: 720px;
}

@media only screen and (max-width: 600px) {
  img {
    width: 480px;
  }
}
