// In the head tag
<script src="pride-html.js"></script>
// ...
// In a script tag/file at the end of the body tag
const ph = new PrideHTML();
ph.setAngle(90); // optional
ph.setSpeed(1.5); // optional
// Parameter is the CSS selector for the element.
ph.colorTextElement(".your-class");