body {
  background-color: ghostwhite;
}

.header {
  display:flex;
  flex-direction: column;
  width: 80%;
  max-width:750px;
  margin-left: auto;
  margin-right: auto;
}
  
.blogpost {
  display:flex;
  flex-direction: column;
  margin: 25px;
  line-height: 20px;
  line-break: strict;
 
  width: 80%;
  background-color: ghostwhite;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 500px;
  border-width: 1px;
  border-style: solid;
  border-color: black;
   }

.image {
  max-width: 50%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, p {
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  color: #1d2917;
  }
:any-link {
  color: #1d2917;
}