body  {
      color: lightyellow;

      
      background-color: darkred;
      
      font-size: 24px;
  

  }

a {
   color:Gold;	
}



h1  {
      font-family: Papyrus;
  border-width: 5px;
  border-style: solid;
  border-radius: 24px;
  padding: .5em 1em;
  text-align: center;
  /*margin: 1em;*/
}
p {
      font-family: Century Gothic;
      font-size: 1.2em;
      /*font-size: 12px;*/
}

  div#container {
       margin:o auto;
       max-width: 800px;
   }