body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #111;
}

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

header h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
}

nav {
  margin-top: 15px;
}

nav a {
  margin: 0 10px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
}

.hero {
  padding: 80px 40px;
  max-width: 900px;
  margin: auto;
}

.hero h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  color: #444;
  line-height: 1.6;
}

footer {
  border-top: 1px solid #eee;
  padding: 20px 40px;
  font-size: 14px;
  color: #777;
  text-align: center;
}

.email a {
  color: #ff6600;
  font-weight: bold;
  text-decoration: none;
}

.email a:hover {
  text-decoration: underline;
}
