* {
  max-width: 850px;
  margin: auto;
}

div {
  border-radius: 5px;
}

#header {
  height: 40px;
  width: 100%;
  background-color: #add8e6;
  position: fixed;
  z-index: 1;
}

#footer {
  height: 30px;
  width: 100%;
  background-color: #add8e6;
  clear: both;
  position: relative;
}

#title {
  display: inline-block;
  margin-top: 6px;
  margin-left: 80px;
  width: 75%;
}

#content{
  /*display: inline-block;*/
  margin-top: 6px;
  margin-left: 80px;
  width: 80%;
  text-align: justify;
}

.left {
  height: 1000px;
  width: 45px;
  background-color: #1923ac;
  float: left;
  position: fixed;
}

/*.right {
  height: 1000px;
  width: 45px;
  background-color: #add8e6;
  float: right;
  position: inherit;
}*/

p,
li {
  font-family: 'Cormorant Garamond';
}