diff --git a/style.css b/style.css
new file mode 100644
index 0000000..33a64e2
--- /dev/null
+++ b/style.css
@@ -0,0 +1,3 @@
+.body.field.field-node--body{
+	text-align: justify;
+}
\ No newline at end of file
diff --git a/zurb_clean_blog.libraries.yml b/zurb_clean_blog.libraries.yml
index ac6965c..1518d2d 100644
--- a/zurb_clean_blog.libraries.yml
+++ b/zurb_clean_blog.libraries.yml
@@ -3,5 +3,6 @@ global:
   css:
     base:
       css/STARTER.css: {}
+      style.css: {}
   js:
     js/STARTER.js: {}
