diff --git a/docs.it4i/css/extra.css b/docs.it4i/css/extra.css
new file mode 100644
index 0000000000000000000000000000000000000000..5602f86b8598cbee8b14744cf4262dfaa7d35795
--- /dev/null
+++ b/docs.it4i/css/extra.css
@@ -0,0 +1,21 @@
+div.col-md-9 h1:first-of-type {
+    text-align: center;
+    font-size: 60px;
+    font-weight: 300;
+}
+
+div.col-md-9 p:first-of-type {
+    text-align: center;
+}
+
+div.col-md-9 p.admonition-title:first-of-type {
+    text-align: left;
+}
+
+div.col-md-9 h1:first-of-type .headerlink {
+    display: none;
+}
+
+code.no-highlight {
+    color: black;
+}
diff --git a/mkdocs.yml b/mkdocs.yml
index 1ba92878378d2d189b95470858a76c1f39ff7123..d72bcc83acd65d7dc0fb2fb8f1b7d79c2b98492a 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -180,9 +180,8 @@ pages:
     - Setting license preferences: salomon/software/ansys/licensing.md
     - Licensing and Available Versions: salomon/software/ansys/setting-license-preferences.md
   - PBSPro Documentation: pbspro-documentation/sitemap.md
+extra_css:
+    - css/extra.css
 markdown_extensions:
     - toc:
         permalink: True
-palette:
-    primary: 'indigo'
-    accent: 'light blue'