/* Add custom CSS styles below */ 
body::before {
    content: "أسعار أقل وخيارات أكثر... لا تنسى تستخدم كود: NITRO";
    display: block;
    background-color: #377D93;
    color: white;
    text-align: center;
    padding: 6px;
    font-size: 12px;
    font-family: 'Cairo', Arial, sans-serif;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    z-index: 9999;
}