body {
  font-family: Arial, sans-serif;
  padding: 20px;
  background: #f9f9f9;
}

h1 {
  text-align: center;
  color: #0b3d91;
}

.surah-item {
  margin-bottom: 20px;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.surah-header {
  font-weight: bold;
  margin-bottom: 5px;
  color: #0055aa;
}

.surah-meaning {
  font-weight: normal;
  font-size: 0.9em;
  color: #555;
}

.translator-name {
  font-size: 0.8em;
  color: #999;
  text-align: center;
  margin-bottom: 5px;
}

.surah-translation {
  margin-bottom: 5px;
}

.translation-select {
  margin-right: 10px;
}
