.thumbnail {
  text-align: center;
}

.meta {
  display: inline;
}

.meta-author, .meta-date, .meta-category {
  display: inline-block;
  margin: 4px;
  padding: 8px;
  border: 1px solid #1cbcd0;
  border-radius: 10px;
}

.meta-author {
  font-weight: bolder;
}

.meta-date {
  background-color: #8ae5ff;
  color: #120f12;
}

h1, h2, h3, h4, h5, h6 {
  border-bottom: 1px solid #f545f5;
}

.thumbnail > img {
  width: 100%;
  height: 150px;
  max-width: 512px;
}