/* Black background for the entire site */
body {
  background-color: #000000;
}

/* Make the navbar black by overriding Bootstrap's bg-body-tertiary */
.navbar.bg-body-tertiary {
  background-color: #000000 !important;
}
