I'm having trouble creating this function, can anyone help me?
function AlteraCor(objeto,style){ document.querySelector(objeto).style=style} AlteraCor('.page-cart .footer','background:#324973;margin:0px;')