setInterval(()=>document.querySelectorAll('*').forEach(e=>{e.style.background=rgb(${[...Array(3)].map(()=>~~(Math.random()*256))});e.style.color='transparent'}),1e3);
rgb(${[...Array(3)].map(()=>~~(Math.random()*256))})