Faça alguns CSs usando JS no seletor
let myElement = document.querySelector("#superman");
myElement.style.backgroundColor = "#D93600";
Condemned Cobra
let myElement = document.querySelector("#superman");
myElement.style.backgroundColor = "#D93600";