/*       body {
            margin: 0;
            padding: 0;
            font-family: 'Open Sans', sans-serif;
            background: linear-gradient(135deg, #0a1f44, #102e5d);
            color: #e8eef6;
            line-height: 1.8;
        } */

.container1 {
  max-width: 900px;
  margin: 40px auto;
  background-color: rgba(255, 255, 255, 0.06);
  padding: 45px;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

.top-section {
  text-align: center;
  margin-bottom: 10px;
}

.principal-img {
  width: 460px;
  border-radius: 12px;
  border: 4px solid #ffd369;
  margin-bottom: 12px;
}

.title {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 600;
  color: #ffd369;
  margin-bottom: 25px;
}

.quote {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  text-align: center;
  margin-bottom: 35px;
  color: #ffd369;
  font-style: italic;
}

.content p {
  margin-bottom: 22px;
  text-align: justify;
  color: #e3e9f0;
}

@media (max-width: 600px) {
  .container {
    padding: 0px;
    margin: 5px;
  }

  .principal-img {
    width: 340px;
  }

  .title {
    font-size: 18px;
  }

  .quote {
    font-size: 18px;
  }
}
.principal-title {
  font-family: "Cinzel", serif;
  font-size: 32px;
  letter-spacing: 2px;
  color: #ffd369;
  text-align: center;
  margin: 15px 0 30px;
  position: relative;
}

.bible-quote {
  font-family: "Great Vibes", cursive;
  font-size: 34px;
  color: #ffd369;
  text-align: center;
  margin: 30px 0 40px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .bible-quote {
    font-size: 24px;
  }
}
