diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css
index 0b200bfd199917f4fc1851911e02436be64a1f90..ac45b179b8f06c1de6d39f0460c4b55073be07e3 100644
--- a/frontend/src/styles/index.css
+++ b/frontend/src/styles/index.css
@@ -2,9 +2,9 @@ body, html {
   color: white;
   text-align: center;
   background-color: #6359CE;
-  background-image: linear-gradient(to bottom, #6359CE, #6E83F9) !important;
-  background-image: -moz-linear-gradient(to bottom, #6359CE, #6E83F9) !important;
-  background-image: -webkit-linear-gradient(to bottom, #6359CE, #6E83F9) !important;
+  background-image: linear-gradient(to bottom, #6359CE, #6E83F9);
+  background-image: -moz-linear-gradient(to bottom, #6359CE, #6E83F9);
+  background-image: -webkit-linear-gradient(to bottom, #6359CE, #6E83F9)g;
 }
 
 .app{