body {
  font-family: 'Cairo', 'Tahoma', 'Arial', sans-serif;
  direction: rtl;
  text-align: right;
  background-color: #f7f7f7;
  color: #222;
  margin: 0;
  padding: 0;
}


.container {
  max-width: 800px;
  margin: 60px auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 600;
}


p {
  font-size: 16px;
  color: #555;
}

hr {
  margin: 25px 0;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 15px;
}

a {
  text-decoration: none;
  font-size: 18px;
  color: #1a73e8;
}

a:hover {
  text-decoration: underline;
}

.section {
  margin-top: 30px;
}

.section h2 {
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 15px;
  color: #333;
}

.section ul li a {
  display: inline-block;
  padding: 6px 0;
}

.section {
  margin-top: 40px;
}

.section h2 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #111;
}

.section ul {
  padding-right: 20px;
}

h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

p {
  font-size: 15px;
  margin-bottom: 25px;
}

.section {
  padding-top: 10px;
  margin-top: 35px;
}

.section:not(:first-child) {
  border-top: 1px solid #eee;
}

.section h2 {
  font-size: 21px;
  margin: 20px 0 10px;
  color: #222;
}

.section ul li a {
  color: #1a73e8;
  transition: color 0.2s ease;
}

.section ul li a:hover {
  color: #0b57d0;
}
.button {
  display: inline-block;
  padding: 12px 28px;
  background-color: #1a73e8;
  color: #ffffff;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
}

.button:hover {
  background-color: #0b57d0;
}
