/* Artist Profile Page */
.artist-profile {
  padding: 60px 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.artist-photo {
  max-width: 300px;
  border-radius: 10px;
  border: none;
  margin-bottom: 20px;
}

.expansion-blocks h2 {
  color: #d70040;
  margin-top: 40px;
}

.expansion-blocks p {
  color: #ccc;
  font-size: 16px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 30px;
}
