body {
    font-family: 'Arial', sans-serif;
    direction: rtl;
    text-align: right;
    background: linear-gradient(135deg, #e0e0e0, #d6d6d6 50%, #e0e0e0 50%),
                linear-gradient(45deg, #d6d6d6, #e0e0e0 50%, #d6d6d6 50%);
    background-size: 20px 20px;
    background-blend-mode: multiply;
    margin: 0;
    padding: 0;
}

a.text-primary:hover {
    color: #0056b3 !important; /* Custom hover color with higher priority */
    text-shadow: 2px 2px 2px gray !important;
}