header {
  width: 100%;
  padding: 28px 8%;
}

#navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav_logo {
  font-size: 24px;
  font-weight: 600;
  color: #faedcd;
}

#nav_list {
  display: flex;
  list-style: none;
  gap: 48px;
}

.nav-item a {
  text-decoration: none;
  color: #faedcd;
  font-size: 16px;
  font-weight: 500;
}

.nav-item.active a {
  color: #ccd5ae;
  border-bottom: 3px solid #e9edc9;
  border-radius: 3px;
}
