/* css styles */
.timeline-item {
    background: rgb(244, 244, 244);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  }