.gebet-text {
  font-family: "Georgia", serif;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  background: rgba(255,255,255,0.6);
  padding: 1.5em;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.gebet-text p:first-letter {
  font-size: 200%;
  font-weight: bold;
  float: left;
  margin-right: 6px;
}