diff --git a/assets/css/hero.css b/assets/css/hero.css
index ac8188f..aca5069 100644
--- a/assets/css/hero.css
+++ b/assets/css/hero.css
@@ -56,7 +56,9 @@
 
 .hero-button:hover {
   background-color: #E72E77;
+  opacity: 1;
   color: white;
+  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3);
 }
 
 /* Screenshots styling */
@@ -106,7 +108,6 @@
     background-color: white;
     /* color: #2ee797; */
     color: #ff3988;
-    opacity: 1;
     box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3);
   }