body {
  font-family: system-ui, sans-serif;
  margin: 0;
  background: #fafafa;
  color: #333;
}

.container {
  max-width: 600px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}

.profile-pic {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 20px;
  border: 3px solid #ddd;
}

h1 {
  margin-bottom: 5px;
  font-size: 2.4rem;
}

h2 {
  margin-top: 0;
  color: #777;
  font-weight: 400;
}

.bio {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 1.1rem;
}

.links {
  margin-top: 30px;
}

.links a {
  margin: 0 10px;
  color: #0077ff;
  text-decoration: none;
  font-size: 1.1rem;
}

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