body{
    /* height: 100vh; */

    #csv-table {
        
        border: 1px solid black; 
    }

    #csv-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

/* .centered_image {
    display: flex;
    justify-content: center;
}
/* Styling for the image */
#img_head {
    min-height: 10vh; /* Set the height of the image to 10% of the viewport height */
    max-height: 10vh;
    width: auto;  /* Maintain the aspect ratio of the image */
} */

header .header-container {
    display: flex;
    justify-content: center;
    position: relative;
    height: 10vh; /* Set the height to suit your design */
}

header .centered_image {
    flex: 1;
    text-align: center;
}

header .auth-link {
    position: absolute;
    right: 0;
    /* top: 50%; */
    transform: translateY(-100%);
}

header .centered_image img {
    height: 10vh; /* Adjust the size as needed */
}

.allButFooter {
    min-height: 70vh;
    /* max-height: 75vh; */
}

.footer-clean {
    padding:50px 0;
    background-color:#fff;
    color:#4b4c4d;
    /* min-height: 15vh; */
    max-height: 15vh;
  }
  
  .footer-clean h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
  }
  
  .footer-clean ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
  }
  
  .footer-clean ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.8;
  }
  
  .footer-clean ul a:hover {
    opacity:1;
  }
  
  .footer-clean .item.social {
    text-align:right;
  }
  
  @media (max-width:767px) {
    .footer-clean .item {
      text-align:center;
      padding-bottom:20px;
    }
  }
  
  @media (max-width: 768px) {
    .footer-clean .item.social {
      text-align:center;
    }
  }
  
  .footer-clean .item.social > a {
    font-size:24px;
    width:40px;
    height:40px;
    line-height:40px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    border:1px solid #ccc;
    margin-left:10px;
    margin-top:22px;
    color:inherit;
    opacity:0.75;
    align-self: center;
  }
  
  .footer-clean .item.social > a:hover {
    opacity:0.9;
  }
  
  @media (max-width:991px) {
    .footer-clean .item.social > a {
      margin-top:40px;
    }
  }
  
  @media (max-width:767px) {
    .footer-clean .item.social > a {
      margin-top:10px;
    }
  }
  
  .footer-clean .copyright {
    margin-top:14px;
    margin-bottom:0;
    font-size:13px;
    opacity:0.6;
  }


  .img-inline {
    vertical-align: middle;
    height: 2em; /* Adjust as needed */
  }
  
  /* Credit to https://epicbootstrap.com/snippets/footer-with-columns */
