diff --git a/templates/base.html b/templates/base.html
index 2ce0038..740e926 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -16,6 +16,7 @@
+
@@ -30,6 +31,8 @@
{% block title %}{% endblock %}
+{% block styles %}
+ {% endblock %}
diff --git a/templates/web_chat.html b/templates/web_chat.html
index f9b87c7..5f7379e 100644
--- a/templates/web_chat.html
+++ b/templates/web_chat.html
@@ -2,17 +2,502 @@
{% load static %}
{% block head_desc %}PlanerAI Web Chat{% endblock %}
{% block title %}Web Chat | PlannerAI{% endblock %}
+{% block styles %} {% endblock %}
{% block page_content %}
+
+
+
+
+
+
+
+
-
-
-
Welcome to Planner-AI
-
-
Test content
+
+
-
+
+
+
+
+
{% endblock %}
\ No newline at end of file
diff --git a/vercel_app/static/css/styles.css b/vercel_app/static/css/styles.css
new file mode 100644
index 0000000..e69de29