.page-casino {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #FFF6D6; /* Text Main for dark background */
    background-color: #0A0A0A; /* Page background color */
}

/* Sections */
.page-casino__section {
    padding: 60px 20px;
    position: relative;
    z-index: 1; /* Ensure content is above any potential shared background layers */
}