h1::before {
    content: "فسيلة";
    font-size: 2em; /* حجم النص */
    font-weight: bold; /* الخط عريض */
    color: #2d3e50; /* اللون */
    display: block; /* لضمان ظهور النص بشكل مستقل */
    text-align: center; /* محاذاة النص للمنتصف */
    margin: 20px 0; /* مسافة علوية وسفلية */
}