.main-nav ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.nav-item {
  color: #cd2653;
  outline: none;
  background: none;
  font-family: "Fira Sans";
  font-size: 17px;
}

.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.logo {
  font-weight: bold;
  font-size: 1.2rem;
}

.nav-menu a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  list-style-type: none;
  display: flex;
}

.intro-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #d8f3dc;
}

.intro-section h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.intro-text {
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem;
}
