body {
  background: #fafbfc;
  color: #222;
  font-family: 'Inter', system-ui, sans-serif;
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  text-align: center;
  padding: 2rem;
  border-radius: 8px;
}

h1 {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0.5rem 0;
  letter-spacing: -0.5px;
}

.name {
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0.5rem 0;
  letter-spacing: -0.5px;
  display: block;
}

.intro {
  font-size: 1.3rem;
  font-weight: 300;
  color: #666;
  margin: 0.3rem 0;
  letter-spacing: 0;
}

.subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 1.5rem;
}

nav {
  margin-top: 1rem;
}

nav a {
  color: #385D18;
  text-decoration: none;
  margin: 0 0.7rem;
  font-size: 0.95rem;
  transition: color 0.15s;
}

nav a:hover {
  color: #345716;
  text-decoration: underline;
}
