/*.logo .letter {
    opacity: 0;
    transform-origin: center;
}

@keyframes appear {
    0% {
    opacity: 0;
    }
    100% {
    opacity: 1;
    }
}

@keyframes disappear {
    0% {
    opacity: 1;
    }
    100% {
    opacity: 0;
    }
}
*/
.s1e1 {
  position: absolute;
  z-index: 1;
  top: -90px;
  transform: translateX(-20%);
}

.s1e2 {
  position: absolute;
  z-index: 1;
  top: 15%;
  left: 80%;
}

.s1e3 {
  position: absolute;
  z-index: 1;
  top: 65%;
  left: 10%;
}

.s2e1 {
  position: absolute;
  width: 89vw;
  right: 10%;
  z-index: 1;
  filter: blur(30px);
  opacity: 0.1;
}

.s3e1 {
  position: absolute;
  width: 29vw;
  left: 10%;
  z-index: 1;
  filter: blur(30px);
  opacity: 0.1;
}/*# sourceMappingURL=elements.css.map */