body {
  margin: 0;
  padding: 0;
  font-family: 'Georgia', serif;
  background: linear-gradient(to right, #e0eafc, #cfdef3);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.verse-container {
  text-align: center;
  max-width: 800px;
  padding: 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

#verse-text {
  font-size: 1.5rem;
  color: #333;
}

.home-content {
  text-align: center;
  margin-top: 100px;
  font-family: sans-serif;
}
