body {
  background-color: #111122;
  color: black;
  font-family: comic;
  } 
 
  h1 {
  text-align: right;
  text-shadow: 10px 10px #884444;
  color: #5555AA;
  margin-right: 30px;
  }

  h2 {
  text-align: right;
  text-shadow: 10px 10px #884444;
  color: #5555AA;
  margin-right: 30px;
  }

  h3 {
  text-align: center;
  color: white;
  }
  
  p {
  text-align: left;
  color: #FFFFFF;
  margin: 30px;
  }
  
  
  ul {
  text-align: left;
  list-style-type: square;
  list-style-position: inside;
  margin: 30px;
  }
  
