diff --git a/src/app.css b/src/app.css
index 7124280..f41d9fe 100644
--- a/src/app.css
+++ b/src/app.css
@@ -2,6 +2,13 @@
@tailwind components;
@tailwind utilities;
+.abs-center {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+}
+
@layer base {
:root {
--background: 0 0% 100%;
diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte
new file mode 100644
index 0000000..8967df7
--- /dev/null
+++ b/src/routes/+error.svelte
@@ -0,0 +1,20 @@
+
+
+
+
+
+ {page.status} - {page.error?.message}
+
+
+
+
+
+
+
+
+