.header-container {
  background-image: url(/img/holidays-gcebc2de59_640.jpg);
}

.list-container {
  text-align: center;
}

.posts-container {
  margin: 10px auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 800px;
}

.notes-posts {
  opacity: 1;
  width: 98%;
  min-height: 200px;
  background-position: center;
  background-repeat: none;
  background-size: cover;
  margin: 10px auto;
  transition: .5s ease;
}

.name-posts {
  background-color: rgba(13, 38, 38, 0.85);
  width: 100%;
}

.notes-posts:hover{
  width: 100%;
  opacity: 0.9;
}

.view-more {
  background-color: #000;
}
