body{
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    margin-top: 5vh;
    margin-bottom: 5vh;
    background-image: url(ss.JPG);
}

.profile-card{
    width: 700px;
    box-shadow: 0 0 10px solid;
    margin: auto;
    background: rgba(212, 212, 228, 0.521);
    backdrop-filter: blur(5px);
    color: rgb(0, 0, 0);
    border-radius: 10px;
    font-size: 18px;
}

.profile-card .img-cover{
    border-radius: 10px;
    background-image: url(ww.jpg);
    height: 200px;
    background-size: cover;
    background-position: center;
}

.profile-card .img-container{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: rgb(27, 151, 223);
    margin: auto;
    margin-top: -50px;
    padding: 5px;
}

.profile-card .img-container .img{
    background-image: url(me.JPG);
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

.profile-card .details h1, h3{
    text-align: center;
}

.profile-card .details p{
    padding: 10px;
}

.btn{
    text-align: center;
    
}

.btn button{
    background: rgb(0, 153, 255);
    border: none;
    border: 1px solid #0009;
    padding: 3px 6px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease-out;
    outline: none;
    cursor: pointer;
    margin-right: 29px;
}

.profile-card .icons{
    text-align: center;
    
}

.profile-card .icons i{
    font-size: 30px;
    padding: 20px 30px;
    color: rgb(0, 0, 0);
    transition: all 0.3s ease-out;
    margin-right: 24px;

}

.profile-card .icons i:hover{
    color: rgb(250, 250, 250)
}
