diff --git a/cssfile/main.css b/cssfile/main.css
index 0e82d70ad5daee069b61562ea147749c1a559883..0a1a8d6a30367cff6e020f6a3555a05f84b7597e 100644
--- a/cssfile/main.css
+++ b/cssfile/main.css
@@ -24,7 +24,7 @@
     }
 }
 .parent:hover {
-    background-color: greenyellow;
+    background-color: yellow;
     border-radius: 50px 0 50px 0;
 }
 .parent:hover .child{