img {
    max-width: 100%;
    height: auto;
    border-radius: 1%;
    margin-top: 2em;
}
blockquote {
    border-left: 0.2em solid #ccc;
    padding: 1em;
    margin: 0;
    font-style: italic;
    font-size: 0.8em;
}
.page-date {
    font-size: 0.8em;
    color: gray;
}
.page-time,.page-author {
    display: inline-block;
    margin-bottom: 2em;
  }
  .page-time {
    font-size: 0.8em;
    color: gray;
  }
  .page-author {
    font-size: 0.8em;
    color: gray;
    margin-left: 1em;
  }
  .author-bio {
    font-size: 5em;
    color: gray;
  }

  .about-author-name {
    font-size: 1.2em;
    color: #333333;
    margin-top: 3em;
    margin-bottom: 0.5em;
  }
.about-author-name a {
  color: #00355e
}
.about-author-name a:hover {
  color: #005698;
  font-weight: 400;
}

.tags {
  font-size: 0.8em;
  background-color: darkgrey;
  color: white;
  border: 0px;
  border-radius: 5px;
  padding: 0.1em 0.5em;
  margin-right: 0.5em;
}