*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
 background-color: #051425;
  color: #d5e3fb;
  margin: 0;
}
.site-layout {
    background: transparent;
}