diff --git a/src/pages/Home/index.vue b/src/pages/Home/index.vue
index 68da119..b5ab067 100644
--- a/src/pages/Home/index.vue
+++ b/src/pages/Home/index.vue
@@ -7,7 +7,7 @@
diff --git a/src/styles/index.css b/src/styles/index.css
index 56513d4..6c4febb 100644
--- a/src/styles/index.css
+++ b/src/styles/index.css
@@ -5,6 +5,9 @@
font-style: normal;
font-display: swap;
}
+html, body {
+ background: #000;
+}
@import "tailwindcss";
@import "tw-animate-css";