* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fafafa;
}

main {
  max-width: 480px;
  padding: 2rem;
}

h1 {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  letter-spacing: -0.02em;
}

.tagline {
  margin: 0 0 2.5rem;
  color: #555;
}

.projects {
  padding-top: 1.5rem;
  border-top: 1px solid #e5e5e5;
}

.projects p {
  margin: 0.25rem 0;
}

.projects a {
  color: #0066cc;
  text-decoration: none;
}

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