.avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a1abb0;
    background-color: #e1e2e7;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    position: relative;

    .image {
        position: absolute;
        top: 0px;
        border-radius: 50%;
        height: inherit;
        width: inherit;
    }
}
