diff --git a/index.html b/index.html
index 9ef69fa..f809dc0 100644
--- a/index.html
+++ b/index.html
@@ -154,13 +154,13 @@
/* Remove border */
color: #fff;
/* White text */
- /*transition: background-color 0.3s;
+ transition: background-color 0.3s;
/* Smooth background transition */
}
.btn:hover {
- background-color: white;
+ background-color: rgb(12, 112, 39);
color: black;
/* Darker shade on hover */