.post-list {
  padding: 2em;
}

.post-item a {
  color: #333;
  text-decoration: none;
}

.post-item a:hover {
  text-decoration: underline;
  color: #007bff;
}
