diff --git a/src/app/components/home/home-page/home-page.component.scss b/src/app/components/home/home-page/home-page.component.scss
index f0e937dee6991ae5c85040372054e8d393c4ae13..11b2ccc26c68af1c8eb9d165f35298e98406ab16 100644
--- a/src/app/components/home/home-page/home-page.component.scss
+++ b/src/app/components/home/home-page/home-page.component.scss
@@ -11,16 +11,16 @@
   text-align: center;
   letter-spacing: 7px;
   color: var(--secondary);
-  animation: moveInLeft 2s ease-out;
+  animation: moveInLeft 3s ease;
 }
 
 .main-heading-secondary {
   display: block;
   font-weight: bold;
-  font-size: 60%;
+  font-size: 80%;
   text-align: center;
   color: var(--primary);
-  animation: moveInRight 1.5s ease-out;
+  animation: moveInRight 3.0s ease;
 }
 
 .feedback {