body {
  background-color: rgb(97,139,192);
  font-family: "Lucida Console",arial,"Courier New","Century Gothic";
  font-weight: 100;
  font-size: 17px;
  
}

h2 {
  color: rgb(211,175,55);
  font-style: italic;
  background-color: rgb(0,0,0);
  padding: 5px;
  }

h3 {
  border-style:groove;
  border-color:rgb(255,255,255);
  color:rgb(255,255,255);
  text-align:center;
  background-color: rgb(0,0,0);
  padding: 15px;
}

p {
  color: rgb(230,230,230);
  background-color: rgb(0,0,0);
  padding: 5px;
}