/* ORIGINAL TASK PUPILS STARTED WITH
Full credit to code.org for task */
  
p {
  color: black;
  fontsize: 12px;
}
h1 {
  font-weight: bold;
  color: blue;
}
h2 {
  color: green;
}
