/* Show it's not fixed to the top */
body {
  min-height: 75rem;
}
.navbar {
  background-color: rgba(0, 0, 0, 0.4); }
