    body {
      color:red; 
      background-color:silver; 
      font:arial;
      margin-left:200px;
      }
      
    h1 {
      color:white; 
      word-spacing:30px; 
      font: comic Sans Ms;
      margin-right:300px;
      padding:5px;
      border:solid red 5px;
      }
         
    h3 {
      font-style:italic; 
      text-transform:lowercase; 
      font: tahoma;
      margin-right: 300px;
      text-align: right;
      }
      
    p {
      text-align:center; 
      width: 250px;
      background-color:olive;
      padding-top: 10px;
      padding-bottom: 10px;
      border: solid 10px blue;
      }
    
    ul {
       width: 200; 
       background-color:purple;
       padding: 5px;
       border: 0.5px solid white;
      }