  body {
        margin: 0;
        padding: 0;
        font-family: Arial, sans-serif;
        background: #0d121a;
        color: white;
        text-align: center;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
  font-family: "Edu NSW ACT Cursive", cursive;
  font-optical-sizing: auto;
  font-style: normal;
  }
  
    .container {
        width: 100%;
        max-width: 400px;
        padding: 20px;
    }
    .profile-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #0d121a;
        margin-bottom: 10px;
    }
    h1 {
        margin: 10px 0 10px;
        font-size: 22px;
    }
.HH{
    margin: 10px 0 30px;
        font-size: 22px;
}
    .link-btn {
        display: block;
        background: rgba(255, 255, 255, 0.15);
        color: white;
        text-decoration: none;
        padding: 15px;
        margin: 10px 0;
        border-radius: 12px;
        font-size: 18px;
        backdrop-filter: blur(4px);
        transition: 0.3s;
    }
    .link-btn i {
    margin-right: 8px; /* مسافة بين الأيقونة والنص */
    font-size: 20px; /* حجم الأيقونة */
    vertical-align: middle; /* يخليها في نفس خط النص */
}
    .link-btn:hover {
        background: #767d4b;
    }