h1 {
  font-family: "Courier New";
  color: darkblue;
  text-align: center;
  text-shadow: 1px 2px #87CEFA;
  border: 4px solid darkblue;
  border-radius: 6px;
}

h2,h3 {
  font-family: "Courier New";
  color: grey;
  text-align: center;
  text-shadow: 2px 2px #77D7FA;
}
p {
  font-family: "Georgia";
  color: mediumblue;
  text-align: center;
  text-shadow: 2px 2px #D5D5D5;
}
body {
    background-color:blue;
    background-repeat: repeat-y;
    background-position: center;