.posts {
    width: 100%; /* Full width for each section */
    /* padding: 10px; */
    margin-top: 35px; 
    margin-bottom: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  
.post {
    display: flex;
    width: 100%; 
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    margin-left: 0.1em;
    margin-bottom: 15px;
    align-items: flex-start
}
  .post-date {
    margin-right: 20px;
    /* font-size: 0.9rem; */
    font-weight: normal;
    margin-left: 0.25em;
  }
