/*this is a comment for CSS and I am changing the header's color */

h1 {color:purple;}
h2 {color:blue;}


.p1 {
  font-family: "Times New Roman", Times, serif;
}
