body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

.content {
  flex: 1;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
}
