.sd-avatar a {
    background: transparent linear-gradient(90deg,#b01cee 0,#e70e54 100%) 0 0 no-repeat padding-box;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-transform: uppercase;
}