body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #1a1f36; /* خلفية داكنة باللون الأزرق */
  font-family: "Arial", sans-serif; /* خط احترافي */
  direction: rtl;
  color: white;
}

.centered {
  font-size: 5rem; /* حجم خط كبير */
  font-weight: bold;
  color: #4fc3f7; /* لون أزرق مميز */
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* تأثير ظل للنص */
}
