@charset "UTF-8";

 

.avatar-rounded{
    border:solid 3px red;
    border-radius:50%;
    box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-right:8px;
    height:230px;
    width:100px;
}

.fwn{
    font-weight:normal;
}