#header {
  height: 4.5rem;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: var(--color-accent);
  padding: 0 3rem;
}

#header h2 {
  color: var(--color-text-secondary);
}