body {
  font-family: 'DM Sans', Arial, sans-serif;
  background-color: #0f0f0f;
  color: #f5f5f5;
  margin: 0;
  padding: 0;
  text-align: center;
}

#menu {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

#menu li {
  display: inline-block;
  margin: 0 10px;
}

#menu a {
  color: #00bfa6;
  text-decoration: none;
  font-weight: 500;
}

.logo {
  width: 120px;
  margin-top: 10px;
}

.tagline {
  font-style: italic;
  color: #aaa;
}

.highlight {
  color: #00bfa6;
  font-weight: bold;
}
.team {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.member {
  text-align: center;
  width: 250px;
  background-color: #1a1a1a;
  padding: 15px;
  border-radius: 8px;
}

.member img {
  width: 100%;
  border-radius: 8px;
}

.member a {
  color: #00bfa6;
  text-decoration: none;
  font-weight: bold;
}

.profile {
  width: 250px;
  border-radius: 8px;
  margin-top: 10px;
}


footer {
  margin-top: 40px;
  font-size: 0.9em;
  color: #888;
}
