<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&amp;display=swap');

body {
  font-family: "Tajawal", sans-serif, arial;
  font-weight: 400;
  font-style: normal;
  direction: rtl;
  text-align: right;
  font-size: 18px;
  line-height: 24px;
}

.qa-question {
  text-align: justify;
}

.qa-show, .qa-about {
  border-right-width: 5px;
  border-left-width: 1px;
  text-align: justify;
}

.kids-card-img {
  position: absolute;
  width: 100px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 70px;
  right: unset;
}</pre></body></html>