
body {
  font-family: Rockwell, Arial, sans-serif;
  line-height: 1.6;
  background-color: #f0f0f0;
  color: #333;
  padding: 0 20px;
}

header, section, footer {
  background: #fff;
  margin: 20px auto;
  padding: 20px;
  max-width: 800px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
 .profile-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

 .profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
header {
  text-align: center;
  background-color: #eecbff;
  color: #fff;
}

footer {
  text-align: center;
  font-size: 14px;
}
