body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fafafa;
  color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0;
}

img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2rem;
  margin: 0.3rem 0;
}

p {
  font-size: 1rem;
  color: #555;
  max-width: 400px;
  text-align: center;
}

.links a {
  margin: 0 0.5rem;
  text-decoration: none;
  color: #0366d6;
  font-weight: 500;
}

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