Changing style

const titleElement = document.querySelector("h1");
titleElement.style = "background-color:lightblue;"

const emElement = document.querySelector("em");
emElement.style = "color:red;"