
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 40px;
}

.hero {
  height: 90vh;
  background: #ddd;
  display: flex;
  align-items: center;
}

.hero-content {
  margin-left: 10%;
}

.hero h1 {
  font-size: 64px;
  margin-bottom: 20px;
}

.hero-buttons .btn {
  display: inline-block;
  margin-right: 15px;
  padding: 14px 32px;
  text-decoration: none;
  border: 1px solid #000;
}

.section-white { background: #fff; }
.section-light { background: #f6f6f6; }

.divider {
  height: 1px;
  background: #e5e5e5;
}
