const angle3 = Math.floor(Math.random() * 10) + 1; document.documentElement.style.setProperty('filter', `hue-rotate(${angle3}deg)`);