diff --git a/.gitignore b/.gitignore
index 505e472c3b54b001f47267be029506ee5e59edb8..7406e13694c152f168ad51ecec0dd4c7e4608dd6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@ src/components/resources
 code/test.bib
 .DS_Store
 code/test file gitignore.txt
+src/.DS_Store
diff --git a/src/.DS_Store b/src/.DS_Store
index a7f0f712678bc820cae5d403914c31eb847c17d6..524b0773e5b655623138dc600c7e238af54cd5e7 100644
Binary files a/src/.DS_Store and b/src/.DS_Store differ
diff --git a/src/App/mediarules.css b/src/App/mediarules.css
index eaa95d745ec03ceebbbfe02be9452c90e19423cc..ee2e80010a2b8ca9436946d1b50b6538b15b3499 100644
--- a/src/App/mediarules.css
+++ b/src/App/mediarules.css
@@ -59,10 +59,8 @@
       /***footer***/
       footer {
           width: 100% !important; 
-          box-sizing: border-box; 
-          padding: 15px !important; 
-          text-align: center; /* Center all the text for better readability */
-      
+          box-sizing: border-box !important; 
+          padding: 15px !important;       
         
       }
     
@@ -73,7 +71,7 @@
     
       footer .socials {
         display: flex;
-        justify-content: center;
+        justify-content: center !important;
         margin-bottom: 10px;
       }