diff --git a/app/layout.tsx b/app/layout.tsx
index 150bcae..6b858f5 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -91,7 +91,7 @@ export default function RootLayout({
}) {
return (
-
+
{children}
diff --git a/components/how-it-works.tsx b/components/how-it-works.tsx
index 192aedf..612c8c4 100644
--- a/components/how-it-works.tsx
+++ b/components/how-it-works.tsx
@@ -36,7 +36,7 @@ export default function HowItWorks() {
{steps.map((step, index) => (