body {
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4edf9 100%);
  min-height: 100vh;
}

h1 {
  color: #2c3e50;
  font-weight: 600;
}

h2 {
  color: #2c3e50;
}
