diff --git a/darkmode.css b/darkmode.css
index 8095aaf..0465554 100644
--- a/darkmode.css
+++ b/darkmode.css
@@ -7,3 +7,11 @@ body.darkMode {
background-color: rgb(63, 63, 63);
color: white;
}
+
+.text-shadow.darkMode {
+ text-shadow: 1.3px 1.3px #818181 !important;
+}
+
+.container-fluid {
+ padding: 0px !important;
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index fa10cc1..debea84 100644
--- a/index.html
+++ b/index.html
@@ -121,11 +121,11 @@
-