html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 0px; 
    overflow: hidden;
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;    
    background-color: white;
    z-index: 6;
  }
    
  
  .footercopyright{
    font-size: var(--bs-nav-link-font-size);
    color: var(--bs-nav-link-colorset);
  }