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