body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0b0b0b;
  background: #ffffff;
  line-height: 1.6;
}

.top-bar {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  border-bottom: 1px solid #eee;
}

.name {
  font-weight: 600;
  letter-spacing: 0.5px;
}

nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #0b0b0b;
}

nav a:hover {
  color: #1e2a44;
}

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

.hero h1 {
  font-family: Georgia, serif;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.hero p {
  color: #555;
  font-size: 1.1rem;
}

.section {
  margin-top: 60px;
}

.section h2 {
  font-family: Georgia, serif;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}

.item {
  margin-top: 20px;
}

.item h3 {
  margin-bottom: 5px;
  color: #1e2a44;
}

footer {
  text-align: center;
  padding: 40px;
  border-top: 1px solid #eee;
  color: #777;
  margin-top: 80px;
}
