
.profile-name-200x200{
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.profile-title-200x200{
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
}

.profile-200x50{
    border-radius: 10px; 
    width:200px;
    height:50px;
    margin-bottom: 10px;
}

.profile-200x50-avatar{
    position: relative;
    top: 5px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 30rem;
}

.profile-200x50-name{
    position:relative;
    top: -35px;
    left: 55px;
    height: 20px;
    border:0px solid white;
    font-weight:bold;
    
}

.profile-200x50-title{
    position:relative;
    top: -35px;
    left: 55px;
    height: 20px;
    border:0px solid white;
    font-size:10px;
}

.profile-200x50-badge-01{
    position:relative;
    top: -70px;
    left: 165px;
    width: 22px;
    height:32px;
    padding-top: 0px;
    padding-bottom: 0px;
}