/* /css/style.css */
header,footer {
background: lightgreen;
}

body {
  background-image:("img/queen.jpg" alt="image" height="300" width="300");
  background: green;
}