diff --git a/src/main/resources/static/app.html b/src/main/resources/static/app.html
index e39ecc0..cdaf9af 100644
--- a/src/main/resources/static/app.html
+++ b/src/main/resources/static/app.html
@@ -4,7 +4,7 @@
-
+
Random Video Chat
@@ -12,7 +12,7 @@
-
+
@@ -70,7 +70,7 @@ Find New Partner?
-
+
diff --git a/src/main/resources/static/privacy.html b/src/main/resources/static/privacy.html
index 80d675e..15b2c90 100644
--- a/src/main/resources/static/privacy.html
+++ b/src/main/resources/static/privacy.html
@@ -9,7 +9,7 @@
-
+
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css
index d9e38bf..a1b35df 100644
--- a/src/main/resources/static/style.css
+++ b/src/main/resources/static/style.css
@@ -23,7 +23,7 @@ body {
width: 100%;
overflow: hidden;
font-family: 'Roboto', sans-serif;
- background-color: var(--bg-color);
+ background-color: #000;
color: var(--text-color);
}