/* Top Banner */
.top-bar {
  background: var(--highlight);
  color: black;
  text-align: center;
  padding: 0.75rem;
  position: sticky;
  top: 0;
  z-index: 1001;
  font-size: 1rem;
}
.top-bar a {
  color: black;
  text-decoration: underline;
  font-weight: 700;
}