
body {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  text-align: center;
}

section {
  padding: 40px 20px;
}

.section1 {
  background-color: #d7cfc9;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 20px;
}

.artist {
  width: 50%;
  height: auto;
}

.heading-title {
  font-size: 1.8em;
  color: #e1591e;
  margin-bottom: 60px;
}

.subtitle {
  font-size: 3.0em;
  color: #e1591e;
  font-style: italic;
  margin-top: 10px;
}

.center {
  text-align: center;
}

.section2 {
  background-color: #e1591e;
  color: white;
  padding-top: 20px;
  padding-bottom: 40px;
}

.album-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cover {
  width: 25%;
  height: auto;
  margin-bottom: 20px;
}

.album-text {
  max-width: 90%;
}

.healing-text {
  font-size: 1.6em;
  margin: 10px 0;
}

.card {
  background-color: white;
  padding: 20px;
  margin: 20px auto;
  border-radius: 12px;
  max-width: 860px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

iframe {
  border: none;
  width: 100%;
  max-width: 800px;
}

/* Section 3 */
.section3 {
    background-color: rgb(144, 126, 115);
    color: rgb(215, 207, 201);
    text-align: center;
    padding: 60px 20px;
    font-family: 'Cormorant Garamond', serif;
}

.section3 h2 {
    font-size: 3.0em;
    margin-bottom: 20px;
}

.section3 p {
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.6em;
    margin: 10px 0;
}
