.avatar-100{
    width: 100px;
    height: 100px;
}
.avatar-text-100{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.avatar-55{
    width: 55px;
    height: 55px;
}
.avatar-text-55{
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 5.5px;
    padding-right: 3px;
}