body {
    background-color: #3d3d3d;
    color: #000e1b;
    text-align: justify;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: auto;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1 {
     color: #698198;
    font-size: 2em;
    font-family: 'verdana';
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
}
h2 {
    color: #052645;
    font-size: 1.5em;
    font-family: 'verdana';
    font-weight: bold; 
    text-transform: uppercase;
    text-align: center;
}
h3{
    color: #052645;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    text-transform: capitalize;
}
h4{
    color: #698198;
    font-weight: bold;
    font-size: 1.3em;
    text-align: left;
    text-transform: capitalize;  
}
h5{
    color:#000e1b;
    font-size: 1em;
    text-align: left;
}
h6{
    color: #698198;
    font-family: Verdana;
    font-size: 1em;
    text-align: left;
}
a {
  color: #698198;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #4d2d73;
  text-decoration: underline; 
}
#container {
    margin: 3em auto;
    width: 90%;
    max-width: 900px;
    background-color: #d3d3d3;
    outline-style: none;
}
#content {
    padding: 10px 5% 20px 5%;
}