diff --git a/templates/impress.cs/css/style.css b/templates/impress.cs/css/style.css
index 67886c5ecd8a43b02122f196e217a0c373389fae..695532663152b344d1d927f32f479b205358bc18 100644
--- a/templates/impress.cs/css/style.css
+++ b/templates/impress.cs/css/style.css
@@ -51,7 +51,7 @@ body {
     min-height: 740px;
 }
 
-h1,h2,h3,h4 {
+h1,h2,h3,h4,h5 {
     text-align: center;
 }
 
@@ -103,6 +103,10 @@ h4 {
     font-size: 30px;
 }
 
+h5 {
+    font-size: 20px;
+}
+
 img {
     width: 100%;
 }