/* Auto-generated theme for mathematics */
body {
  background-color: #f8fbff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.title-section {
  background: linear-gradient(135deg, #37b7e9 0%, #4FC3F7 100%);
  color: #fff;
  padding: 30px 0;
  margin-bottom: 30px;
  box-shadow: 0 6px 20px rgba(55, 183, 233, 0.25);
}

.title-section .main-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.title-section .subtitle {
  font-size: 1.2rem;
  opacity: 0.95;
}
