diff --git a/src/layouts/index.html b/src/layouts/index.html
index 93e07bf..7a55fbf 100644
--- a/src/layouts/index.html
+++ b/src/layouts/index.html
@@ -30,7 +30,7 @@
-
Keep what
is yours.
+ Keep what
is yours.
diff --git a/src/static/css/animations.css b/src/static/css/animations.css
index 6fc6fee..eb69ed1 100644
--- a/src/static/css/animations.css
+++ b/src/static/css/animations.css
@@ -51,7 +51,7 @@
/* Text Flicker Animation */
-h1, .hero-container{
+h1{
animation: text-flicker 1.5s linear;
transition: 0.2s ease-out;
}