body {
  max-width: 40em;
  margin: 0 auto;
  padding: 5px;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1.6em;
  color: black;
}
img {
  max-width: 100%;
  max-height: auto;
}
h1, h2, h3 {
  font-family: sans-serif;
  font-weight: normal;
}
nav.sub-text {
  display: flex;
  font-size: 16px;
  text-decoration: none;
}
nav.sub-text a {
  display: block;
  text-decoration: none !important; 
  color: inherit;
}
blockquote, blockquote p {
  font-family: sans-serif;
  font-style: italic !important;
  margin: 20px;
}
.attribution {
  display: block;      /* Takes up the whole line */
  text-align: right !important;   /* Pushes the text to the far right */
  font-style: normal;  /* Optional: removes italics from the name */
  margin-top: 10px;    /* Adds space between the quote and the name */
  font-size: 0.9em;    /* Makes it slightly smaller */
}
nav.blog-post a {
  display: flex;
  text-decoration: none !important;
  color: inherit;
}