diff --git a/index.html b/old.html
similarity index 100%
rename from index.html
rename to old.html
diff --git a/tailwind.config.js b/tailwind.config.js
new file mode 100644
index 0000000..543a696
--- /dev/null
+++ b/tailwind.config.js
@@ -0,0 +1,11 @@
+tailwind.config = {
+ theme: {
+ extend: {
+ colors:{
+ "bg":"#181C1F",
+ "accent":"#80C1F5",
+ "text":"#FFFFFF"
+ }
+ }
+ }
+}
\ No newline at end of file