
/* ******************************* picture ******************************* */
.profile_img_div {
    padding: 1 rem;
    margin:1 rem;
}

.profile_img {
    border:8px; border-style: solid; border-color: white;
    border-radius: 50%;
    margin:auto,auto,3rem,auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    display:block;
    width: 15rem;
    height: 15rem;
    box-shadow: 0 12px 12px -12px gray;

    /* height: 6 rem; */
}

.profile_img:hover {
    width: 80%;
    height: 80%;
}

.qr_img {
    width:75 px; 
    height:75px;
}