.textes p {
  /* transform: translateX(calc(var(--i) * 50vw)); */
  max-width: 60ch;
  font-size: clamp(1rem, 2vw, 2.2rem);
  text-align: center;
  letter-spacing: 5px;
  /* text-justify: inter-character; */
  background-color: transparent;
}

.textes p:nth-child(even):not(.scroller-target) {
  transform: translateX(calc(var(--i) * 50vw)) translateY(25vh);
}

.textes p:nth-child(odd):not(:first-child):not(.scroller-target) {
  transform: translateX(calc(var(--i) * 50vw)) translateY(45vh);
}

.textes p:nth-child(1) {
  margin-top: 400px;
  margin-left: 50vw;
}

.textes {
  text-shadow: 1px 0 1px #6f7375, -1px 0 #b6bbbe55, .5px 1px #4f535555, -.5px -.5px 2px #4c4e4e81, 1px 1px 3px #7e7b7bec;
}

/* text-shadow: .5px 0 #6f7375, -0.5px 0 #b6bbbe55, .5px .5px #4f535555, -.5px -.5px #8f949655, 1px 0px #ffffff10; */