diff --git a/static/style.css b/static/style.css
index 8edff79592becb5d777ca7cd5e0aaf1b18068cfa..249b260a3993528e27f8d814abbba4e709c81fc3 100644
--- a/static/style.css
+++ b/static/style.css
@@ -87,11 +87,7 @@ text-decoration: none;
 color: #EF3B3A;
 }
 body {
-background: #76b852; /* fallback for old browsers */
-background: -webkit-linear-gradient(right, #76b852, #8DC26F);
-background: -moz-linear-gradient(right, #76b852, #8DC26F);
-background: -o-linear-gradient(right, #76b852, #8DC26F);
-background: linear-gradient(to left, #76b852, #8DC26F);
+background: #76b852;
 font-family: "Roboto", sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;      
@@ -240,11 +236,7 @@ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+
 
 @media (prefers-color-scheme: dark) {
     body {
-        background: #151d28; /* fallback for old browsers */
-        background: -webkit-linear-gradient(right, #151d28, #10161f);
-        background: -moz-linear-gradient(right, #151d28, #10161f);
-        background: -o-linear-gradient(right, #151d28, #10161f);
-        background: linear-gradient(to left, #151d28, #10161f);
+        background: #151d28;
     }
     .form{
         background: #1a2332;