.blog-title{
  color: black;
  font-size: 1.3rem;
}

.blog-title:hover{
  color: black;
  text-decoration: none;
  text-shadow: 0px 0px 5px gray;
}

.date-cat-style{
  color: gray;
  font-size: 0.8rem;
}

.category-style{
  color: gray;
  font-size: 0.8rem;
  text-decoration: underline;
}

.category-style:hover{
  color: black;
}

.tag-style{
  padding:2px;
  border-radius: 5px;
  background-color: gray;
  color: white;
  font-size: 0.6rem;
}

.tag-style:hover{
  background-color: black;
  color: white;
  text-decoration: none;
}
