.chat-ui {
    width: 100%;
    height: 80vh;
    background-color: rgba(0, 0, 0, 0.726);
    border-radius: 4px;
    padding: 10px;
    display: flex;
    align-items: end;
}

/* button {
    border: none;
    border-radius: 30px;
    font-size: 1.5em;
    height: 50px;
    width: 50px;
    margin-right: 10px;

} */

.section-button{
    margin-top:15px;
    display: flex;
    justify-content: center;
}