/* Add custom CSS styles below */ 
pali {
  font-family: 'Arial', sans-serif; /* نوع الخط */
  font-size: 18px; /* حجم الخط */
  font-weight: bold; /* سمك الخط */
  font-style: italic; /* نمط الخط (مائل) */
  color: black; /* لون الخط */
}