body {
  background-color: #967f71;
  font-family: 'Inria Serif', serif;
  color: #2c2c2c;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.artist-container {
  max-width: 900px;
  margin: 60px auto;
  padding: 30px;
  background-color: #EBE6D1;
  border-radius: 25px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.page-title {
  text-align: center;
  font-size: 42px;
  margin-bottom: 40px;
  color: #67432D;
}

.intro-text {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.section {
  margin-bottom: 40px;
}

.section-title {
  font-size: 28px;
  margin-bottom: 10px;
  color: #7a5c4c;
}

.section-text,
.section-list li {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.section-list {
  padding-left: 20px;
  margin-top: 10px;
}

.testimonial {
  font-size: 18px;
  font-style: italic;
  margin: 20px 40px;
  color: #4a3a32;
  border-left: 4px solid #7a5c4c;
  padding-left: 15px;
}

.cta {
  text-align: center;
  margin-top: 50px;
}

.join-button {
  background-color: #7a5c4c;
  color: white;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.join-button:hover {
  background-color: #5e4338;
}
