body{
    background-color: #ababab;
    display: flex;
    justify-content: center;
}
.container{
    background-color: white;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    /*inset 0 3px 3px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.45);*/
    border-radius: 5px;
    max-width:98%;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 100%;
}
.header{
 display: flex;
    justify-content: flex-start;
}
.profile_img{
    /*padding: 5px,5px,5px,5px;*/
    border-radius: 5px;
    box-shadow: inset 0 3px 3px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.45);;
    margin-top: 15px;
    margin-left: 10px;
    width: 200px;
    height: 200px;
}
.contact{
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;

    height: 200px;
    background-color: white;
}