h1 {
   /* comments in CSS are different from comments in html */
    color: blue;
    background: yellow;
}


p {
   font-style: italic;
}



