#box3 {
  align-items: center;
  height: auto;
}

.hadith-content {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.hadith-who {
  font-size: 14px;
  opacity: 0.85;
  margin-bottom: 10px;
}

.hadith-text {
  font-size: 20px;
  line-height: 1.9;
  font-family: "Amiri", serif;
  margin-bottom: 12px;
}

.hadith-source {
  font-size: 12px;
  opacity: 0.6;
}
