body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background-color: #f7f7f7;
  text-align: center;
  direction: rtl;
}
title{
  font-family: "El Messiri", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}
.container {
  max-width: 600px;
  min-width: auto;
  margin: auto;

  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.cover img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.profile {
  padding: 20px;
  position: relative;
 
}

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid black;
  margin-top: -60px;
  object-fit: cover;
}

.profile h1 {
  margin: 10px 0 5px;
    font-family: "El Messiri", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  

}

    

.profile p {
      font-family: "El Messiri", sans-serif;
  font-optical-sizing: auto;
  font-weight:bold;
  font-style: normal;
  color: black;
 

}

.social-links {
    margin-top: 10px;
    margin-bottom: 20px;
  padding: 10px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.social-links a {
  color: #000000 ;
  font-size: 24px;
  transition: color 0.3s;
}

.social-links a:hover {
  color: #007bff;
}
i{
   font-size: 30px; 
}