.body-layout{
        display: flex;
        flex-direction: column;
        font-family: var(--font-sans);
        background-color: var(--background,#f8f9fa); 
        min-height: 100vh;
  }
  
#main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
  