
body {
    
    background: linear-gradient(135deg, #e0eafc, #cfdef3);
    font-family: 'Poppins', sans-serif; 
    color: #2c3e50; 
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}



.container {
    max-width: 450px;
    width: 100%;
    
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    
    
    background-image: url('aa'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
    overflow: hidden; 
   
}


.profile-picture {
    width: 130px;
    height: 130px;
    border-radius: 50%; 
    border: 5px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    object-fit: cover; 
}


body {
    
    background-image: url('https://i.pinimg.com/736x/29/40/18/2940188b92452fa56f6e2e54c28efd37.jpg');
    
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
}


.container {
    max-width: 450px;
    width: 100%;
    
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    
    padding: 40px;
    border-radius: 25px;
    text-align: center;
}


.profile-picture {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}


h1 {
    font-size: 1.8em;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #ffffff; 
}

p {
    font-size: 1em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 35px;
    color: #ffffff; 
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    margin-bottom: 18px;
}

ul li a {
    display: block;
    background-color: #8f6d7d; 
    color: #ffffff;
    padding: 18px;
    text-decoration: none;
    border-radius: 15px;
    font-weight: 700;
    font-size: 1.1em;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

ul li a:hover {
    background-color: #b4899d; 
    transform: translateY(-3px) scale(1.03); 
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.3); 
}


ul li a i {
    margin-right: 12px;
    width: 20px;
    text-align: center;

}
