.latest-posts {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .post {
    #background-color: #111111;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .post h3 {
    margin: 0;
    font-size: 1.5rem;
  }
  
  .post .date {
    font-size: 0.9rem;
    color: #666;
  }
  
  .post .summary {
    margin: 0.5rem 0;
    font-size: 1rem;
  }
  
  .post .read-more {
    color: #007bff;
    text-decoration: none;
  }
  
  .post .read-more:hover {
    text-decoration: underline;
  }

  article .title{
    font:bold;
    font-size: 3em;
    text-decoration: underline;
  }
  
  .post-meta{
    font-size: smaller;
    color: #555555;
  }

  .builtWith{
    font-size: xx-small;
    color: #555555;
  }
  
  .copyright{
    font-size: xx-small;
    color: #555555;
  }

  #social{
    font-size: small;
  }