diff --git a/index.html b/index.html
index b5b645f..72cc7ba 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
color: #131313;
text-align: center;
font-size: calc(50vw * 0.89);
- letter-spacing: -3pt;
+ letter-spacing: -80pt;
transition: all 1s ease-in-out;
}
@@ -37,6 +37,7 @@
body:hover h1 {
text-decoration: none;
color: #101010;
+ letter-spacing: -50pt;
transition: all 1s ease-in-out;
text-shadow: 0 0 1px rgba(255, 255, 255, .1);
}