diff --git a/index.html b/index.html
index f5b302b..655e2f2 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
{/* The `Navigation` component is now rendered in `App.jsx` remove it from here */}
-

+
{/* Technology Hero Section */}
diff --git a/src/styles/index.css b/src/styles/index.css
index e5b165e..50dc481 100644
--- a/src/styles/index.css
+++ b/src/styles/index.css
@@ -47,7 +47,5 @@ html[data-theme='dark'] {
}
body {
- @apply bg-background text-foreground;
-
transition: background-color 0.3s ease, color 0.3s ease;
}
\ No newline at end of file