body {
      background-color: #992020;
    }
    /* 
    the above sets the background color for the whole page 
    */
    h1 {
      text-align: center;
      color: #D1C881;
      font-family: "Trebuchet MS", Helvetica, sans-serif;
    }
    /* 
    the above sets the default for page main headers. 
    */
    p {
      background-color: #7C868D;
      color: #D1C881;
      font-family: "Trebuchet MS", Helvetica, sans-serif;
    }
    

    