.memberlistbody {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.leftmemberside300 {
    width: 300px;
    margin-right: 30px;
    background: #18181c;
    display: flex;
    border: 1px solid #25252c;
    border-radius: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}


.avatarprofile {
    padding: 20px;
}

.numeprofile {
    margin-bottom: 5px;
    font-size: 1.1rem;
}


.messagebuttonprofile {
    background: #2b2b32;
    padding: 10px;
    width: 90%;
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    color: #b3b3b4;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Roboto';
}





.statsuserprofile {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #25252c;
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    color: #b3b3b4;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Roboto';
}






.memberlistrightprofile {
    background: #18181c;
    width: 70%;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #25252c;
}








































































