body{
  background: linear-gradient(180deg, #f0efec, #f0efec, #FFDAC3);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}


div.content{
  width: 80%;
  margin-left: 10%;
  display: block;
  float: left;
  background-color: white;
  margin-top: 5em;
  padding: 0 2em 2em 2em;
  box-sizing: border-box;
  font-family: defaultfont3;
  z-index: 90;
  position: relative;
  font-weight: 200;

}
div.content > h1{
  word-break: break-all;
  margin: 30px 0 0 0;
}
div.content > p.date{
  font-weight: 100;
  position: static;
  right: 2.1em;
  font-style: italic;
  top: 0;
  margin: 5px 0 1em 0;
}

@media screen and (max-width: 750px) {
div.content{
  width: 95%;
  margin-left: 2.5%;
  margin-bottom: 2em;
  margin-top: 1.5em;
} 

}