Blum Spa Bayamon Puerto Rico Serving San Juan
window.addEventListener('scroll', function () { if (window.scrollY > 50) { document.body.classList.add('scrolled'); } else { document.body.classList.remove('scrolled'); } });