body { 
    
    font-family: Arial, sans-serif; 
}
    
#messages { 
    
    border: 1px solid #ccc; padding: 10px; height: 300px; overflow-y: scroll; 
}
        
#input { 

    width: 80%; 

}