#starCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

  }

  body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  pointer-events: none; /* Allow clicks to pass through */
}

.tab-link {
    cursor: pointer;
}

.nav-footer {
    display: flex;
    flex-direction: column;
}
