diff --git a/styles.css b/styles.css
index 2a385a0e2dda9582f45311966d654f9ba787fa09..898a2266e110df40a4c0422816b1bce811efd0b5 100644
--- a/styles.css
+++ b/styles.css
@@ -7,7 +7,7 @@
 body {
   height: 100vh;
   display: flex;
-  background: #060AB2;
+  background: #ffffff;
 }
 
 .memory-game {
@@ -52,4 +52,4 @@ body {
 
 .front-face {
   transform: rotateY(180deg);
-}
\ No newline at end of file
+}