/* Show it is fixed to the top */
body {
  min-height: 75rem;
  /* padding-top: 1.0rem; */
}

nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}