body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #e0f7fa, #b2ebf2);
  color: #333;
  direction: rtl;
  display: flex;
  justify-content: center;
  font-size: 20px;
}

.main-wrapper {
  max-width: 700px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

header {
  background: linear-gradient(to right, #ffecb3, #ffd54f);
  padding: 25px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  border-radius: 12px;
  margin-bottom: 20px;
}

.container {
  padding: 20px;
}

.button {
  background: #ffd54f;
  border: none;
  padding: 12px 24px;
  margin: 8px;
  font-size: 1.1em;
  cursor: pointer;
  border-radius: 10px;
  transition: background 0.3s;
}

.button:hover {
  background: #ffca28;
}

.card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  font-size: 1.1em;
}

.back-btn {
  margin-top: 20px;
  display: inline-block;
  color: #00796b;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}

.support {
  display: inline-block;
  background: #ffcc80;
  padding: 12px 18px;
  border-radius: 10px;
  text-decoration: none;
  color: #5d4037;
  font-weight: bold;
  font-size: 1em;
}

.hadith {
  font-style: italic;
  background: #fff8e1;
  padding: 15px;
  border-radius: 10px;
  margin: 15px 0;
  font-size: 1em;
}

.buttons {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer {
  text-align: center;
  font-size: 0.8em;
  color: #777;
  margin-top: 40px;
}
