diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css
index d0179d38efcccd52b867cfe1abe6dfd6b42af37a..ff83e13ecad5f2f9cb81d3a9e9676e2c7dc6865b 100644
--- a/frontend/src/styles/index.css
+++ b/frontend/src/styles/index.css
@@ -1,8 +1,7 @@
 body, html {
   color: white;
   text-align: center;
-  /* background: linear-gradient(to right, #B06AB3, #4568DC); */
-  background-color: rgb(93, 114, 154);
+  background: linear-gradient(to bottom, #6359CE, #6E83F9);
 }
 
 .app{