body {
  background-color: rgb(97,139,192);
  color: rgb(255,255,255);
  font-family: "Century Gothic",arial;
  font-weight: 100;
}

h2 {
  color: rgb(255,192,0);
  background-color: rgb(0,0,0);
  font-style: italic;
}

h3 {
  color: rgb(255,255,0);
  text-decoration: overline;
  line-height: 1.5em;
  text-align: center;
  margin: 10px;
  padding: 35px;
  font-family: "Century Gothic",arial;
}

h4 {
  text-decoration: underline;
  letter-spacing: 1.25;
  word-spacing: 1.1;
  text-align: justify;
  margin: 15px;
  border-style: groove;
  border-top-width: 5px;
  border-bottom-width: 10px;
  border-left-width: 8px;
  border-right-width: 8px;
  border-color: rgb(255,255,255);
}

h5 {
  border-style:outset;
  border-top-width:20px;
  border-bottom-width:20px;
  border-left-width:20px;
  border-right-width:20px;
  color: rgb(211,175,55);
  border-color: rgb(211,175,55);
  background-color: rgb(0,0,0);
  margin:10px;
  padding:10px;
}

h6 {
   border-style:groove;
  border-width:15px;
  border-color:rgb(255,255,255);
  margin: 10px;
  padding: 10px;
  text-align: center;
}




