diff --git a/src/app/page.tsx b/src/app/page.tsx
index f666e64..5450c08 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,9 +28,9 @@ 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 1b816ec..7f81fea 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,8 +10,8 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f7f6f7;
- --card: #ffffff;
+ --background: #ffffff;
+ --card: #1d1282;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;