.firstimage {
  background-image: url("4.png");
   background-size: 1000px;
  position: static;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 700px;
  z-index: 1;
}

.twoimage {
  background-image: url("3.png");
   background-size: 1440px;
  position: static;
  left: auto;
  top: 0px;
  width: 100%;
  height: 1000px;
  z-index: 0;
}
.font {
  font-family: "ZT Nature";
  color: rgb(38, 44, 46);
  line-height: 1.2;
  z-index: 8;
}
.kertas {
  background-image: url("kertas.webp");
   background-size: 900px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 900%;
  z-index: -3;
}
.threeimage {
  background-image: url("2.png");
   background-size: 1440px;
  position: static;
  left: auto;
  top: 0px;
  width: 1440px;
  height: 1000px;
  z-index: 0;
}
.fourimage {
  background-image: url("1.png");
   background-size: 1440px;
  position: static;
  left: auto;
  top: 0px;
  width: 1440px;
  height: 1000px;
  z-index: 0;
}