
.scroll-float-line {
  overflow: visible;
  display: block;
  line-height: 0.4;
  font-size: clamp(2rem, 9vw, 6rem);
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  transform-origin: center;
  pointer-events: all; 
    cursor: none;

}

.scroll-float-line .char {
  display: inline-block;
  transform-origin: center bottom;
    cursor: none;
}

scroll-float-section{
  cursor: none;
  width: 100vw;;
}