body {
  font-family: sans-serif;
  background: #f0f0f0;
  direction: rtl;
  text-align: center;
  padding: 30px;
}

.container {
  background: white;
  padding: 30px;
  max-width: 500px;
  margin: auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

h1 {
  color: #333;
  font-size: 32px;
}

h2 {
  color: #666;
  font-size: 20px;
  margin-bottom: 20px;
}

.buttons {
  margin: 20px 0;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  margin: 5px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.instagram { background: #E1306C; }
.whatsapp { background: #25D366; }
.telegram  { background: #0088cc; }
.eitaa     { background: #1da1f2; }

.contact h3 {
  margin-top: 30px;
  font-size: 18px;
  color: #444;
}

.contact a {
  display: block;
  color: #333;
  text-decoration: none;
  margin-top: 5px;
}
.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ccc;
  margin-bottom: 15px;
}

.save-contact {
  background: #6a1b9a;
}