.friendList{
    margin-top: 30px;   
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    border-bottom: 1px dashed gray;
    
}

.friendList:hover{
    background-color:rgb(236, 227, 227);
}

.chatBtn{
    border: 2px  solid black ;
    border-radius:10px;
    background-color: rgb(190, 213, 232);
    display: flex;
    align-items: center;
}