// JavaScript Document


function changeBackground(color) {
   document.body.style.background = color;
}
