diff --git a/top_amz_products/top_products/static/top_products/products_trends.css b/top_amz_products/top_products/static/top_products/products_trends.css
new file mode 100644
index 0000000..ef3d38f
--- /dev/null
+++ b/top_amz_products/top_products/static/top_products/products_trends.css
@@ -0,0 +1,5 @@
+h1 {
+ text-align: center;
+ margin: 40px auto 50px;
+
+}
\ No newline at end of file
diff --git a/top_amz_products/top_products/templates/top_products/products_trends.html b/top_amz_products/top_products/templates/top_products/products_trends.html
index f7d0755..987fe76 100644
--- a/top_amz_products/top_products/templates/top_products/products_trends.html
+++ b/top_amz_products/top_products/templates/top_products/products_trends.html
@@ -1,8 +1,15 @@
{% extends "top_products/base.html" %}
+{% load static %}
+
+{% block styles_css %}
+
+
+{% endblock %}
{% block page_content %}
+
Top 3 Products from {{ category_name }}
{% for graph in graphs %}