.all-posts {
  color: white;
  font-size: 0.8rem;
  text-decoration: none;
  z-index: 100;
}

.all-posts:hover {
  text-decoration: underline;
  color: white;
  filter: brightness(0.8);
}