.profile-card-div{
    background-color: white;
    border-radius: 28px;
    padding: 24px;
    margin-top: 18px;
}
.profile-img-div{
    width: 100px;
    height: 100px;
    margin: auto;
}
.username-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.username-text{
    font-family: Avenir-Heavy,sans-serif;
    font-size: 18px;
    color: #232C39;
    margin-right: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.auth-icon-span{
    display: inline-flex;
}
.user-desc-div{
    margin-top: 5px;
}
.user-desc-text{
    font-family: Avenir-Regular,sans-serif;
    font-size: 14px;
    color: #91959C;
    line-height: 23px;
    text-align: center;
    margin: 0;
    cursor: default;
}
.following-followers-div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.following-followers-num-div{
    display: flex;
    text-align:center;
    line-height: 18px;
}
.following-followers-num-div:not(:last-child):after{
    content: "";
    display: inline-block;
    background-color: #E8E9EB;
    width: 1px;
    height: 22px;
    margin: 5px 25px;
}
.following-followers-num span{
    font-family: Avenir-Heavy,sans-serif;
    font-size: 16px;
    color: #232C39;
}
.following-followers-text{
    font-family: Avenir-Regular,sans-serif;
    font-size: 12px;
    color: #91959C;
}
