.scrolling-text{
    font-size: 130px;
    line-height: 94px;
    font-family: var(--highlight-font-family);
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color-scroll-text);
    z-index: -1;
}