diff --git a/index.html b/index.html
index 7764578..bfd7f4f 100644
--- a/index.html
+++ b/index.html
@@ -23,6 +23,7 @@
.header span {
display: inline-block;
animation: magnify 3s ease-in-out infinite alternate;
+ margin: 0 0.3rem;
}
@keyframes magnify {
0%, 100% { transform: scale(1); }