diff --git a/src/app/page.tsx b/src/app/page.tsx
index f4dc914..8e112c0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -46,6 +46,8 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 018e8e2..394df93 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,12 +10,12 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #000000;
- --card: #0c0c0c;
- --foreground: #ffffff;
+ --background: #0a0a0a;
+ --card: #1a1a1a;
+ --foreground: #ffffffe6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
- --secondary-cta: #000000;
+ --secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #106EFB;