body {
   background-color: #000000;
   color: #f0f0e0;
   margin-left: 5%;
   width: 90%
}
h1 {
   font-weight: bold;
   color: #f0f0e0;
   text-align:center;
}
h2 {
   font-weight: bold;
   color: #f0f0e0;
   text-align: center;
}
h3 {
   font-weight: bold;
   color: #f0f0e0;
   text-align: left;
   width: 90%;
}
a{
   font-weight: bold;
   color: #a0a0a0
}
blockquote{
    width: 90%;
    margin-left: 5%;
}
