/* Make all <h1> and <h2> elements navy blue */
h1, h2 {
  color: blue; 
  text-align: center; 
}
