/* Add this CSS to ensure the footer stays at the bottom */
html,
body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

.content {
  flex: 1;
  /* This allows the content to grow and take available space */
}

header .nav-item {
  cursor: pointer;
}