@font-face {
    font-family: "Globules";
    src: url("Globules-Regular.ttf");
}

@font-face {
    font-family: "losaltos";
    src: url("losaltos.ttf");
}

@font-face {
    font-family: "Cage";
    src: url("Cageroll-Standard.otf");
}

@font-face {
    font-family: "GB18030 Bitmap";
    src: local;
}

body {
  background-image: url("8597.jpeg");
  background-repeat: repeat;
}

a {
 font-size: 60px; 
}

#moist {
  animation: wobble 15s ease-in-out infinite;
}

#container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  z-index: -1;
  position: absolute;
  left: 0px;
  top: 0px;
}

#element {
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  left: 0px;
  top: 0px;
}
      
h1
{
  color: #90a4ae;
  font-size: 300px;
  font-family: "GB18030 Bitmap";
  text-shadow: 2px 2px 2px #002368;
}
     
.z-layer:not(:first-child) {
   filter: brightness(0.7);
}