diff --git a/index.html b/index.html
index 741a19b..f5aa912 100644
--- a/index.html
+++ b/index.html
@@ -370,14 +370,16 @@
     background-clip: border-box;
     background-size: 200% auto;
     color: #fff;
+    font-size: 4em !important;
     background-clip: text;
     -webkit-text-fill-color: transparent;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     animation: textclip 2s linear infinite;
-    display: inline-block;
+    text-align: center;
     font-size: 35px;
     font-family: "Source Code Pro", monospace;
+    margin-bottom: 0.2em;
 }
 
 @keyframes textclip {