
.spotify-playlist {
  max-width: 800px;
  margin: 3rem auto;
  padding: 0 1.5rem;
  text-align: center;
}

.spotify-playlist h2 {
  color: #3c2f1c;
  margin-bottom: 0.5rem;
}

.spotify-playlist p {
  font-style: italic;
  margin-bottom: 1rem;
}

.spotify-embed iframe {
  height: 180px;
}
}

@media (max-width: 768px) {
  .spotify-embed iframe {
    height: 180px;
  }
}
