
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #fefcf8;
  color: #2d2d2d;
  margin: 0;
  padding: 0;
}
.container {
  max-width: 700px;
  margin: 40px auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  text-align: center;
}
.profile-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.icons {
  margin: 20px 0;
}
.icons a {
  margin: 0 10px;
  color: #9d7cbf;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}
.about {
  text-align: left;
  font-size: 16px;
  line-height: 1.7;
  margin-top: 20px;
}
footer {
  margin-top: 30px;
  font-size: 13px;
  color: #888;
}
footer p:first-child {
  color: #9d7cbf;
  font-weight: 500;
}
