body {
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  text-align: center;
}

h1 {
  color: #0066cc;
  font-size: 28px;
  margin-bottom: 30px;
}

.profile-pic {
  width: 250px;
  border-radius: 8px;
  margin-bottom: 30px;
}

p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
