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

img {
  width: 30%;
  height: auto;
}

@media screen and (max-width: 760px) {
  img {
    width: 85%;
  }
}
