.container {
  min-height: calc(100vh - (var(--nav-height) + var(--footer-height-full)));
}
