diff --git a/institut/templates/404.html b/institut/templates/404.html
index b4243ba24e02d34d45045ca8e8ce3597c411a5b4..27b461208b0d4101ee9867f90f96f427ce33f647 100644
--- a/institut/templates/404.html
+++ b/institut/templates/404.html
@@ -6,8 +6,8 @@
     <div class="container">
         <h1 class="font-bebas text-4xl">Stránka nenalezena</h1>
 
-        <p class="prose">
-            Stránka byla smazána, nebo se nacházela na staré verzi webu.
+        <p class="prose font-serif">
+            Stránka byla smazána, nebo se nacházela na staré verzi webu.<br>
             Nové články můžeš nalézt <a href="/clanky">zde</a>.
         </p>
     </div>
diff --git a/institut/templates/500.html b/institut/templates/500.html
index 00618f4e313ecf26abf7a101f54763d5ff921289..ba8d38fa40e56935d2e8a01b08bb1801c680e88d 100644
--- a/institut/templates/500.html
+++ b/institut/templates/500.html
@@ -6,7 +6,7 @@
     <div class="container">
         <h1 class="font-bebas text-4xl">Chyba serveru</h1>
 
-        <p class="prose">
+        <p class="prose font-serif">
             Nastala chyba z naší strany. Pokud přetrvá, kontaktuj prosím správce webu.
         </p>
     </div>