.scrollwoorden text {
    font-family: "RightGrotesk", "Roobert", "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 8rem;
	text-transform: uppercase;
}

.scrollwoorden svg {
    overflow: visible;
}




/* Desktop small */
@media only screen and (max-width: 1100px) {
  
}

@media only screen and (max-width: 800px) {
  .scrollwoorden {
    margin: 15rem 0;
    transform: scale(2);
}
}



/* Tablet */
@media only screen and (max-width: 700px) {
  

}


/* Iphone */
@media only screen and (max-width: 450px) {
  
}

