/* Reset y configuración base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

h1 {
  font-size: 2.5rem;
  color: #0055b8;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

h2 {
  font-size: 2rem;
  color: #0055b8;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

h3 {
    padding: 20px;
    font-size: 1.25rem;
    text-align: center;
    color: #0055b8;
    font-weight: 600;
}
