body{
  background-color: #1c1c1c;
  color: #fffbf7;
  font-family: Courier;
  text-align: center;
  padding: 170px;
}

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

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

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