body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #0d0d0d;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

.profile-container {
  max-width: 500px;
  width: 100%;
  text-align: center;
}

.profile-header img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 3px solid #1db954;
  object-fit: cover;
  margin-bottom: 15px;
}

.profile-header h1 {
  font-size: 28px;
  margin: 0 0 5px;
}

.verified {
  color: #1db954;
  font-size: 20px;
}

.profile-header p {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 25px;
}

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

.social-links a {
  display: inline-block;
  width: 35px;   /* container width */
  height: 35px;  /* container height */
}

.social-links a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.spotify-player iframe {
  width: 100%;
  height: 370px;
  border: none;
  border-radius: 12px;
}

footer {
  margin-top: 30px;
  color: #888;
  font-size: 14px;
}

.apple-music-player iframe {
  width: 100%;
  max-width: 660px;
  height: 175px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: block;
  margin: 20px auto; /* centered with top/bottom space */
}
