.card-profile-username {
    position: relative;
    color: #fff !important;
    font-weight: 700;
    font-size: 1.25rem;
    top: 0;
    right: 0;
    margin: 0;
}

.card-profile-username span {
    position: absolute;
    font-size: 0.8rem;
    margin: 0 auto;
    margin-top: 90px;
    width: 100%;
    text-align: center;
}

.userdesc p:not(:last-child) {
    margin-bottom: 1rem;
}