diff --git a/tpl/css.tpl b/tpl/css.tpl
index 9bef9f1..e4cec8a 100644
--- a/tpl/css.tpl
+++ b/tpl/css.tpl
@@ -33,7 +33,7 @@ body { font-size: 12px; text-align: center; }
     padding-top: 100px;
     padding-bottom: 100px;
 }
-#word h1 { font-size: 24px; font-weight: bold; margin: 0 0 0 0; }
+#word h1 { font-size: 32px; font-weight: bold; margin: 0 0 0 0; }
 
 #cards {
     margin-bottom: 18px;
diff --git a/tpl/playerpage.tpl b/tpl/playerpage.tpl
index 0661c6b..d0bbcbd 100644
--- a/tpl/playerpage.tpl
+++ b/tpl/playerpage.tpl
@@ -3,7 +3,7 @@
 <div id="info">{:me.name}, score: <span id="score">{:score}</span>, turn: <span id="turn">{:turn}</span></div>
 <div id="word">
 <h1>{:word}</h1>
-<small>({:wordSource})</small>
+<small>{:wordSource}</small>
 </div>
 
 {if:win}