body{
  background-color: #4f0101;
  color: #fffbf7;
  font-family: Courier;
  text-align: center;
}

h1 {
  color: #fffbf7;
  font-family: Courier;
  text-align: center;
}
h2 {
  color: #fffbf7;
  font-family: Courier;
}
h3{
  color: #fffbf7;
  font-family: Courier;
}
p{
  color: #fffbf7;
  font-family: Courier;
}

a:link {color: #fffbf7; text-align: center;}
a:visited {color: #fffbf7; text-align: center;}
a:hover {color: #fc0303; text-align: center;}
a:active {color: #fc0303; text-align: center;}