diff --git a/src/main/resources/public/404.html b/src/main/resources/public/404.html
index ae0663c..17e72b1 100644
--- a/src/main/resources/public/404.html
+++ b/src/main/resources/public/404.html
@@ -6,13 +6,19 @@
     <link rel="icon" href="data:;base64,iVBORw0KGgo=">
 </head>
 
+<style>
+    #quote {
+        text-indent: 4em;
+    }
+</style>
+
 <body style="text-align: center;">
     <h1>Error 404!</h1>
     <div style="display: inline-block; text-align:left;">
         <p>You step in the stream,</p>
         <p>but the water has moved on.</p>
         <p>The page is not here.</p>
-        <p>-- Cass Whittington</p>
+        <p id="quote"> — Cass Whittington</p>
     </div>
 </body>