body {
  background-color: black;
  color: white;
  font-family: Garamond;
  font-size: 20px
  
  }
  
  h1 {
  background-color: red;
  color: white;
  text-decoration: none;  

}

div {
  background-color: transparent;
  color: red;  

}

a:link {
  color: red;
  background-color: transparent;
  text-decoration: none;}
  
  
p { color: white;
  background-color: transparent;
  text-decoration: none;
  text-indent: 50px;
  font-size: 25}
  
  
 h1 {text-align: center;}
p {text-align: center;}
div {text-align: center;}