@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap');
    body {
      /*background-image: url(img/code.jpg);*/
      /*font-family: 'Vazirmatn', sans-serif;*/
      /* background-repeat: no-repeat;*/
            background-color: black;
      background-size: cover;
      color: white;
      overflow:  hidden;
    }

    .profile-card {
      max-width: 500px;
      margin: 50px auto;
      background: rgba(0, 0, 0, 0.546);
      border: 2px solid #00ffe1;
      border-radius: 15px;
      padding: 20px;
      padding-bottom: 4px;
      box-shadow: 0 0 20px #00ffe1;
    }

    .profile-img {
      width: 150px;
      height: 150px;
      border-radius: 50%;
      border: 3px solid #00ffe1;
      margin: 0 auto 20px;
      display: block;
      object-fit: cover;
    }

    .title-box {
      background: rgba(0, 0, 0, 0.546);
      border: 1px solid #00ffe1;
      border-radius: 10px;
      padding: 8px;
      margin-bottom: 10px;
      text-align: center;
      color: #00ffe1;
      font-weight: bold;
    }

    .description {
      background: rgba(0, 0, 0, 0.546);
      border: 1px solid #00ffe1;
      border-radius: 10px;
      padding: 10px;
      color: white;
      line-height: 2;
      font-size: 0.93rem;
    }

    .social-icons {
      margin-top: 20px;
      text-align: center;
    }

    .social-icons a {
      color: #00ffe1;
      font-size: 24px;
      margin: 0 10px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      color: #ffffff;
    }


    @media (max-width: 568px) {
       
    .profile-card  {
     margin: 20px;

    }
.description{
    font-size: 0.90rem;
}
}
