.page-casino {
    /* Assuming body background is dark (from shared.css or custom color #08160F) */
    color: var(--text-main, #F2FFF6); /* Default text color for the page */
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: var(--bg-primary, #08160F); /* Page background */
}