/* Community page styles */
.hero-community {
  background: linear-gradient(135deg, #ff7e5f, #feb47b);
  color: white;
  padding: 100px 20px;
  text-align: center;
}

.hero-community h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

.hero-community p {
  font-size: 20px;
  margin-top: 0;
}

.content-community {
  background: #ffffff;
  color: #333;
  padding: 50px;
  max-width: 800px;
  margin: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.content-community h2 {
  font-size: 36px;
  color: #ff7e5f;
  margin-bottom: 20px;
}

.content-community h3 {
  font-size: 28px;
  color: #feb47b;
  margin-top: 30px;
  margin-bottom: 10px;
}

.content-community p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.footer {
  padding: 20px;
  background: black;
  color: white;
  text-align: center;
}