body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #111;
  color: #eee;
  line-height: 1.6;
}

.hero {
  text-align: center;
  padding: 80px 20px;
  background: #000;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.hero p {
  font-size: 1.2rem;
  opacity: 0.8;
}

.buttons a {
  display: inline-block;
  margin: 10px;
  padding: 12px 24px;
  border: 1px solid #eee;
  color: #eee;
  text-decoration: none;
}

.buttons a:hover {
  background: #eee;
  color: #000;
}

section {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

h2 {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
