diff --git a/src/components/padding.svelte b/src/components/padding.svelte
new file mode 100644
index 0000000..e947a57
--- /dev/null
+++ b/src/components/padding.svelte
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte
index 7d823ad..d02d9a6 100644
--- a/src/routes/+error.svelte
+++ b/src/routes/+error.svelte
@@ -2,12 +2,11 @@
import NavBar from "../components/NavBar.svelte";
import Footer from "../components/Footer.svelte";
import ParallaxBg from "../components/ParallaxBg.svelte";
+ import Padding from "../components/padding.svelte";
-
-