p {
  text-align: center; /* align the text to the center of the page */
  font-style: italic; /* make the text italic */
  color: brown; /* set the text color to brown */
}
