body{
    background-color: aliceblue;
}
#usercard{
    background-color: white;
    border-radius: 5%;
    border-color:azure ;
    height: 640px;
    width: 360px;
    box-shadow: 0px 0px 10px 3px rgb(9, 199, 237);

}
#image{
    top: 10%;
    display: block;
	margin:0 auto;
    border-radius: 100px;
    border-color:rgb(0, 0, 0) ;
    height: 100px;
    width: 100px;
    box-shadow: 0px 0px 10px 3px rgb(135, 245, 149);

}
#image img{
    border-radius: 100px;
    width: 99%;
    height: 99%;
}