body {
  background-color: white;
  color: black;
  font-family: Courier;
}

h2 {
  color: blue;
  text-align: center; 
}

h3{
  color: blue;
  text-align: left; 
}

a{
  text-decoration: none;
  font-weight: bold;
}