diff --git a/Simple-guide-to-add-TLS-cert-to-cpanel.md b/Simple-guide-to-add-TLS-cert-to-cpanel.md
index 3a5d66b..7fd6259 100644
--- a/Simple-guide-to-add-TLS-cert-to-cpanel.md
+++ b/Simple-guide-to-add-TLS-cert-to-cpanel.md
@@ -58,6 +58,9 @@ Go to cPanel File Manager, create a .htaccess file in the root of your public_ht
`RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]`
+***
+
+
# ADVANCE SETUP
## Once your site is running smoothly with TLS, you can have browsers preload HTTPS.
@@ -72,8 +75,8 @@ Once informed, edit .htaccess and add the following:
``
-This will add HSTS for 60 seconds. If the site is working as expect, increase it to 86400 seconds (one day).
+### This will add HSTS for 60 seconds. If the site is working as expect, increase it to 86400 seconds (one day).
``
@@ -81,8 +84,8 @@ This will add HSTS for 60 seconds. If the site is working as expect, increase it
``
-Once that is proven to work, change to 6 months.
+### Once that is proven to work, change to 6 months.
``
@@ -90,4 +93,4 @@ Once that is proven to work, change to 6 months.
``
-You may consider to add preload flag and submit to https://hstspreload.org/
\ No newline at end of file
+## You may consider to add preload flag and submit to https://hstspreload.org/
\ No newline at end of file