diff --git a/404.html b/404.html
index d31d60e..52d5457 100644
--- a/404.html
+++ b/404.html
@@ -10,6 +10,12 @@
+
+
Page Not Found
+
We couldn't find that page for you. This could mean that the page doesn't exist or has moved.
+
If you think this was an error, please report it here.
+
Return Home
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 543a696..16bb8e0 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -3,6 +3,7 @@ tailwind.config = {
extend: {
colors:{
"bg":"#181C1F",
+ "bg-accent":"#14171C",
"accent":"#80C1F5",
"text":"#FFFFFF"
}