body {
  
}
.posts {
  margin: 60px 0;
}
.post-thumbnail {
  max-width: 100%;
  margin-bottom: 1rem;
}
.post-item {
  /*background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
  margin-bottom: 40px;
  padding: 20px;
}

.load-more {
  margin-bottom: 40px;
  display: none;
}

.post-item a {
  color: #373a41;
}

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