 /* Full credit to code.org for task */
  
p {
  color: red;
}
h1 {
  color: #ffa8a8;
  font-family: courior, monospace;
}
img{
  width: 150px;
}

