.page-slot-games {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #f9f9f9; /* Light background for the page content */
}

.page-slot-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-slot-games h1,
.page-slot-games h2 {
  color: #E44D26;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-slot-games h3 {
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-slot-games p {
  margin-bottom: 15px;
}

.page-slot-games a {
  color: #E44D26;
  text-decoration: none;
}

.page-slot-games a:hover {
  text-decoration: underline;
}