html,body {
    height: 100vh;
}

body>footer {
  position: sticky;
  top: 100vh;
  color: red;
}

.nav-title {
  text-decoration: none;
  color: var(--pico-secondary);
}