diff --git a/src/styles/global.css b/src/styles/global.css
index de22baa..29f87ac 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -61,7 +61,7 @@ img {
 
 .animate {
   @apply translate-y-3 opacity-0;
-  @apply transition-all duration-350 ease-out;
+  @apply transition-all duration-300 ease-out;
 }
 
 .animate.show {