/* ANSWERS - Full credit to code.org for task */
  
p {
  color: black;
  fontsize: 24px;
}
h1 {
  font-weight: bold;
}



