
  #page-container {
    position: sticky;
    height: calc(10px + 100vh - 1024px )!important;
  }
  
  
  
  #footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;            
  }

  /* body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer{
  position: sticky;
    margin-top: auto;
} */