/* ORIGINAL TASK PUPILS STARTED WITH
Full credit to code.org for task */
  
body {
  background: white;
}
h1 {
  font-weight: bold;
  color: purple;
}
p {
  color: gray;}
/*The p tag was missing the curly brackets*/
