.ImageAvatar {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -10px;
    margin-left: 60px;
    background-color: rgb(238, 238, 238);
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px 0px;
}