/* style/casino.css */
.page-casino {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #FFFFFF; /* Body background is #000000, so text must be light */
  background-color: transparent; /* inherited from body */
}