#rules-section {
  background-color: #f9f9f9;
  padding: 40px 20px;
  border-radius: 10px;
  margin: 20px 0;
}

.section-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

#rules-content {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

#rules-content h3 {
  font-size: 22px;
  color: #007bff;
  margin-bottom: 10px;
}

#rules-content ul {
  margin-left: 20px;
  margin-bottom: 10px;
}

#rules-content ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

#rules-content ol {
  margin-left: 20px;
  margin-bottom: 20px;
}

#rules-content ol li {
  margin-bottom: 15px;
  list-style-type: decimal;
}
