body {margin: 20px;
      background-color: pearl;
     }
h1 {color: red;
    text-align:center;
   } 
h2 {color: blue;}
blockquote {font-weight: bold;
            background-color: white;
           }
h3 {color: blue;}
blockquote {font-weight: bold;
            background-color: white;
           }
h4 {color: blue;
    text-align:center;
    font-weight: bold;
   }
p {text-indent: 10px;
   font-weight: normal;
  }
ul {color: red;
    font-weight: bold;
   }

