.blogImage {
  height: 90px;
  padding-top: 1rem;
  object-fit: cover;
}

.blog-list .item .title {
  margin-top: 1rem;
}

.allposts_header {
  color: #8f8f8f;
}

.allposts_date {
  color: #8f8f8f;
  float: right;
}

ul.alltags {
  list-style-type: none;
}

.post a {
  color: #009eb8;
}

.post table {
  margin-bottom: 1rem;
}

.post th {
  padding-right: 1rem;
}

.post td {
  padding-right: 1rem;
}

footer a {
  color: #FFBF00;
}
