.avatar-frame{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 148%;
}

.avatar-frame>img{
    height: 100%;
    width: 150%;
    z-index: 3;
}