
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  background-color: #fff;
}

header {
  padding: 2rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
}

p {
  max-width: 600px;
  margin: 1rem auto;
  line-height: 1.6;
}

a.button {
  display: inline-block;
  background: #0071e3;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 10px;
  margin-top: 1.5rem;
  text-decoration: none;
  font-weight: 600;
}

.hero {
  background-image: url('../images/hero.jpg');
  background-size: cover;
  background-position: center;
  padding: 8rem 2rem;
  color: white;
  text-align: center;
}

section {
  padding: 3rem 1rem;
  text-align: center;
}
