.elementor-197 .elementor-element.elementor-element-0d8675c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b9c0925 */.quiz-page {
  padding: 60px 20px;
  background-color: #f9f9f9;
}

.container {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 2.5rem;
  color: #009688;
  margin-bottom: 10px;
}

h2 {
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 20px;
}

p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.3rem;
  color: #009688;
  margin-top: 30px;
  margin-bottom: 10px;
}

.quizzes-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

.quizzes-table th,
.quizzes-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.call-to-action {
  text-align: center;
  margin-top: 40px;
}

.btn-primary {
  background-color: #ff3366;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #cc004d;
}/* End custom CSS */