@media (max-width: 26.25rem) {
  .articles-table{
    font-size: 0.83rem;
  }
}
  
.articles-table th, .articles-table td {
    border: 1px solid black;
    padding: 8px;
}
  
.articles-table > th{
    font-weight: bold;
}
  
.footer{ 
    position: fixed; 
    bottom: 0; 
    width: 100%; 
    text-align: center; 
    font-weight: bold; 
    padding: 10px; /* Add padding for space */ 
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1); /* Optional shadow for better visibility */ 
    z-index: 1000;
}

.all-rights{
    font-size: small; 
    text-align: center;
}

section{margin-bottom: 2rem;}

.bg-footer{
  background-image: url(icons/bg-footer.svg);
  background-position: center;
  background-size: 70% auto;
  filter: brightness(0) invert(1);
  width: 368px;
  height: 16px;
  margin: 0 auto;
}
 