*{
    margin: 0;
    padding: 0;
}



.main-body{
    width: 100%;
    height: 729px;
    background-image: url("pics/1567665.webp");
    background-position: center;
    background-size: cover;

    /* to centre */
    display: flex;
    justify-content: center;
    align-items: center;
}

.box{
    background-color:rgba(20, 20, 20, 0.452);
    width: 350px;
    height: 80%;
    backdrop-filter: blur(8px);
}

.njn{
    
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3px;

}

.njn img{
    border-radius: 100%;
    width: 10rem;
    height: 10rem;
}
.njn p{
    color: white;
    
}

.socials{
    height: 60%;
    
    display: flex;
    justify-content: top;
    align-items: center;
    flex-direction: column;
    gap:14px;
    padding-top: 10px;    
    padding: 0px 80px;
}
.socials a{
    padding: 20px;
    border: 1px solid rgb(247, 244, 244);
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    color: aliceblue;
    text-align: center;
    border-radius: 15px;
    

}
.socials a:hover{
    color: rgba(248, 243, 243, 0.82);
    background-color: rgba(90, 90, 93, 0.516);
}
