* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0f172a;
  color: #e5e7eb;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 720px;
  padding: 2rem;
  text-align: center;
}

.profile-photo {
  width: 100;
  max-width: 30%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 1rem;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
}

.tagline {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #94a3b8;
}

.description {
  margin-top: 1.5rem;
  line-height: 1.6;
}

.links {
  margin-top: 2rem;
}

.links a {
  margin: 0 0.75rem;
  color: #38bdf8;
  text-decoration: none;
  font-weight: 500;
}

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

footer {
  margin-top: 3rem;
  font-size: 0.875rem;
  color: #64748b;
}
