#header {
  background-color: var(--background-menu);

  position: fixed;
  top: 0;
  left: 0;

  z-index: 10000;
  width: 100vw;

  
}

nav {
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}


