Cómo cambiar el fondo de la página en CSS

body {
  /* this changes the page's background to green  */
  background-color: green;
}
Cheerful Cardinal