* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
}

img {
  max-height: 100vh;
  max-width: 100vw;
  object-fit: contain;
}

.scripture {
  overflow: auto;
  align-items: flex-start;
}

.scripture .content {
  max-width: 680px;
  padding: 3rem 1.5rem;
  color: rgba(255, 255, 255, 0.87);
  font-family: Georgia, "Times New Roman", serif;
}

.scripture .header-img {
  max-height: 40vh;
  width: 100%;
  object-fit: contain;
  margin-bottom: 2rem;
}

.scripture h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #e2c063;
}

.scripture .chapter {
  font-size: 0.9rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

.scripture p {
  font-size: 1.15rem;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.scripture .verse-ref {
  font-style: italic;
  color: #e2c063;
  margin-top: 2rem;
  font-size: 0.95rem;
}
