change background of style with dom code example
Example: document.body.style.background
// Change the background color to red
document.body.style.backgroundColor = "red";
// Change the background color to red
document.body.style.backgroundColor = "red";