header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  background-color: var(--bg-2);
  z-index: 2;
  opacity: 0.93;
}
