* {
  margin: 0;
  padding: 0;
}
.webgl {
  width: 100%;
  height: 100%;
  outline: none;
}
.wrapper {
  max-width: 90%;
  background: grey;
  margin: 0 auto;
  position: relative;
}
.hero {
  width: 100%;
  max-height: 800px;
  background: url(https://fynax.io/wp-content/uploads/fynax-hero-background.webp)
    no-repeat center/cover;
  background-position: bottom;
  position: relative;
}
.space {
  height: 300vh;
}
.innerWrapper {
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.innerWrapper h1 {
  font-size: 4rem;
  color: #fff;
  position: relative;
}
.innerWrapper p {
  font-size: 2rem;
  color: #fff;
}
.letter {
  transition: opacity 0.3s;
  display: inline-block;
}
