body {
    background: #fafafa;
    color: #333333;
    margin-top: 5rem;
  }
  
  h1, h2, h3, h4, h5, h6 {
    color: #444444;
  }

  h2.badge {
    font-size: 0.5rem;
  }

  .bg-steel {
    background-color: #5f788a;
  }
  .content-menu {
    background: #ffffff;
    padding: 10px 15px 5px 15px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    box-shadow: 0 .125rem .5rem rgba(0,0,0,.15);
    margin: 0px 0px 10px 0px;
  }

  .content-section {
    background: #ffffff;
    padding: 5px 15px 5px 15px;
    border: 2px solid #dddddd;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: 0 .125rem .5rem rgba(0,0,0,.15);
  }
  
  .article-title {
    font-size: 0.9rem;
    color: #444444;
  }
  
  a.article-title:hover {
    color: #428bca;
    text-decoration: none;
  }
  
  .article-content {
    font-size: 0.7rem;
    white-space: pre-line;
  }
  
  .article-metadata {
    padding-bottom: 5px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e3e3e3;
  }
  
  .article-metadata a:hover {
    color: #333;
    text-decoration: none;
  }
  
  .post-title {
    font-size: 0.7rem;
  }
  
  a.post-content:hover {
    color: #428bca;
    text-decoration: none;
  }
  
  .post-metadata {
    font-size: 0.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
   }

  .network-tag {
    border: 2px solid #ced4da; /* Light grey border */
    min-height: 48px; /* Adjust this value as needed */
    display: flex;
    align-items: center;
    word-break: break-word;
  }

  .legend {
    font-size: 0.9rem;
    bottom: 10%;
    max-width: 96%; 
  }

  .legend-title {
    font-size: 0.8rem;
    font-weight: bold;
  }

  .legend-chapo {
    font-size: 0.7rem;
  }

  .card-link {
    font-size: 0.6rem;
  }

  .card-link:hover {
    color: #428bca;
    text-decoration: none;
  }

  .button-shadow {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  }