
.s3 {
  position: relative;
  height: 120%;
  background-color: rgb(31, 143, 0);
}

.s3forest {
  position: absolute;
  width: 100%;
  z-index: 1;
  margin-top: 50%;
}

.s3maintree {
  position: absolute;
  width: 62%;
  z-index: 15;
  margin-top: 66%;
  left: 50%;
  transform: translateX(-55%);
}

.s3treeleft {
  position: absolute;
  width: 60%;
  left: -10%;
  z-index: 15;
  margin-top: 66%;
}

.s3treeright {
  position: absolute;
  width: 50%;
  right: 45%;
  z-index: 15;
  margin-top: 66%;
  will-change: transform;
  transition: transform 0.1s ease-out;
}

.s3grass {
  position: absolute;
  width: 100%;
  z-index: 17;
  margin-top: 128%;
}

.s3treetext {
  position: absolute;
  width: 60%;
  z-index: 16;
  margin-top: 120%;
  left: 50%;
  transform: translateX(-50%);
}

.s3counter {
  position: absolute;
  width: 40%;
  z-index: 17;
  margin-top: 140%;
  left: 50%;
  transform: translateX(-50%);
}
