nav {
  position: fixed;
  top: 0;
  z-index: 100;
  transition: background-color 0.2s ease;
  justify-content: space-between;
  display: flex;
}

