diff --git a/elections2021/templates/elections2021/export_program.html b/elections2021/templates/elections2021/export_program.html
index 0db3db2c670d8bb50e750db041fd6844c3b8b946..3ae68965a371dec2522caf6efcd9d4c138fc673a 100644
--- a/elections2021/templates/elections2021/export_program.html
+++ b/elections2021/templates/elections2021/export_program.html
@@ -15,6 +15,7 @@
       color: #FFFFFF;
       background-color: #000000;
       padding: 0.5rem;
+      font-size: 1.6rem;
     }
     .point-title {
       border-top: 5px double #AAAAAA;
@@ -57,7 +58,7 @@
 </div>
 
 {% for item in body %}
-  <h2 id="{{ item.anchor }}" class="ministry-title">Resort: {{ item.title }}</h2>
+  <h1 id="{{ item.anchor }}" class="ministry-title">Resort: {{ item.title }}</h1>
   {% for point in item.points %}
     {{ point|safe }}
   {% endfor %}