body {background-color: black;}
h1   {color: red;
     font-family: athelas bold italic;
     font-size: 700%;
     text-align: center
     }
h2   {color: red;
     font-family: athelas bold italic;
     font-size: 150%;
     text-align: center
     }

p    {color: white;
      font-family: athelas bold italic;
      font-size: 150%;
      text-align: justify

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}     
