body, html {
  height: 100%;
}
#app {
  flex: 1 0 auto;
  background-color: var(--bs-light);
}
#app-footer {
  flex-shrink: none;
}
