body{
    font-size: 18;
    background-color: rgb(90, 76, 76);
    background-image: url('../images/pattern1.png');
}

/*Content Style*/
#content
{
  padding: 10px 5% 20px 5%;
    background-color: rgb(248, 241, 231);
}

#content p{
    text-indent: 30px;
}

#content h1{
    margin: 3em auto;
    text-align: center;
}

#content p, h4{
    margin-left: 5%;
}

/*Footer STYLE*/

#footer{
    color: white;
    text-align: center;
}

#footer a{
    color: lightblue;
}

/*HEADER STYLE*/
#header {
  background-color: #384879;
  padding: 0 5%;
  border-color: #a9a9a9;
  border-style: ridge;
  border-width: 0 0 4px 0;
  text-align: center;
}
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
#header li a {
  color: white;
  text-decoration: none;
  background-color: inherit;
}
#header li a:hover {
  text-decoration: underline;
}

/*NEXT AND PREVIOUS LINKS STYLE*/
#nextprev {
  text-align: center;
  margin-top: 1.4em;
}