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

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: #03fc0f; text-align: center;}
a:active {color: #03fc0f; text-align: center;}