/*=============Navigation=============*/

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

#nav-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

nav h2 {
  margin: 10px 0;
  text-align: center;
}

nav ul {
  list-style-type: none;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

li a {
  font-size: 18px;
}

.active {
  color: #cccccc;
}
