uses ems instead of px for font-size
diff --git a/templates/page.html b/templates/page.html
index 77c2c8c..de1bf38 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -5,9 +5,9 @@
   <h3>{{ page.title }}</h3>
 </header>
 <article>
-  <h1 id="article_title">
+  <div id="article_title">
     <a href="{{ SITEURL }}/{{ page.url }}" rel="bookmark">{{ page.title }}</a>
-  </h1>
+  </div>
   <div id="article_text">
     {{ page.content }}
   </div>