body {
  font-family: "Helvetica", sans-serif;
  background: #f5f7fa;
  color: #333;
  text-align: center;
  padding-top: 80px;
}

.container {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.avatar {
  width: 120px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.links a {
  margin: 0 10px;
  color: #007acc;
  text-decoration: none;
}

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