diff --git a/chatbot.html b/chatbot.html
index 1d6514a..8c91371 100644
--- a/chatbot.html
+++ b/chatbot.html
@@ -1,59 +1,88 @@
-
+
+
- Pengu
-
+ .user {
+ text-align: right;
+ margin-bottom: 10px;
+ color: #3a86ff;
+ }
+
+ .bot {
+ text-align: left;
+ margin-bottom: 10px;
+ color: #ff6b6b;
+ }
+
+ /* Add some spacing between messages */
+ .user:last-child,
+ .bot:last-child {
+ margin-bottom: 0;
+ }
+
+ /* Style for the title */
+ h1 {
+ text-align: center;
+ }
+
-
-
-
Pengu : How can I help you?
-
-
-
-
-
+}e
+