body{
  width: 100vw;
  height: auto;
  background-color: rgb(57, 164, 130);
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  height: 100vh;
}

.base{
  position: absolute;
  image-rendering: pixelated;
  width: 90vh;
  height: 90vh;
  z-index: 0;
}

.img{
  position: absolute;
  image-rendering: pixelated;
  width: 90vh;
  height: 90vh;
  z-index: 5;
}