
.connect.detail .image {
    border-radius: 200px;
    width: 140px;
    height: 140px;
    margin-bottom: 1rem;
    justify-self: center;
}


.connect_chat .message-panel {
    background: none;
    flex-direction: column;
    /*justify-content: flex-end; MAKES SCROLLING STOP*/
    padding: 0.25rem;
    flex: 1;
    overflow-y: auto
}
