diff --git a/src/components/GameboyMenu.tsx b/src/components/GameboyMenu.tsx
index 522b77c..ad9f139 100644
--- a/src/components/GameboyMenu.tsx
+++ b/src/components/GameboyMenu.tsx
@@ -18,7 +18,7 @@ const StyledGameboyMenu = styled.div`
   flex-direction: column;
   align-items: center;
   justify-content: space-evenly;
-  background: pink;
+  background: green;
 `;
 
 const colorAnimation = keyframes`