diff --git a/css/header.css b/css/header.css
index 29425f5..0c99797 100644
--- a/css/header.css
+++ b/css/header.css
@@ -17,7 +17,7 @@ header {
 #banner h1 {
     display: table-cell;
     vertical-align: middle;
-    font-size: 200%;
+    font-size: 3em;
     font-weight: bold;
 }
 
diff --git a/css/responsive.css b/css/responsive.css
index 04ae7e4..fb415f2 100644
--- a/css/responsive.css
+++ b/css/responsive.css
@@ -35,6 +35,7 @@
         left: 48px;
         width: calc(100% - 48px);
         height: 100%;
+        font-size: 200%;
         overflow: hidden;
     }
     #menu>a {