styles.css
body { font-family : Arial , sans-serif ; background-color : # f4f4f4 ; display : flex ; justify-content : center ; align-items : center ; height : 100 vh ; margin : 0 ; } . chat-container { width : 400 px ; max-width : 100 % ; background-color : white ; padding : 20 px ; border-radius : 8 px ; box-shadow : 0 0 10 px rgba ( 0 , 0 , 0 , 0.1 ); } . chat-box { height : 300 px ; overflow-y : auto ; border-bottom : 1 px solid # ddd ; margin-bottom : 10 px ; } . user-message , . bot-message { padding : 10 px ; margin : 5 px 0 ; border-radius : 8 px ; } . user-message { background-color : # dcf8c6 ; align-self : flex-end ; text-align...