diff --git a/website/common/templates/500.html b/website/common/templates/500.html
index 416c4c7..10cb03c 100644
--- a/website/common/templates/500.html
+++ b/website/common/templates/500.html
@@ -15,6 +15,15 @@
font-family: sans-serif;
background-color: #e85537;
color: white;
+ font-size: 125%;
+ }
+
+ h1 {
+ font-weight: 400;
+ }
+
+ p {
+ font-weight: 300;
}
a, a:hover {