body{background-color:#a020f0}.chat-input{display:flex}.chat-input input{flex-grow:1}.chat-input button{margin-left:2px}.chats{padding:3px;display:flex;flex-direction:column}.avtar{height:40px;margin:5px 10px 0 0;border-radius:50%;border:1px solid rgb(211,203,203);padding:2px;background-color:#e4ddb5}#root{width:100%;margin-bottom:20px}.chat{display:flex;border-radius:10px;padding:10px;margin-top:10px;width:90%}.chat p{flex-grow:1;color:#000}.send .avtar{order:1}.recieve .avtar{order:0}.send{align-self:flex-end;background-color:#f5f2d6}.recieve{background-color:#dcf0f3}.message-text{margin:1px}
