diff --git a/archive/attu.neocities.org/10152022-index.html b/archive/attu.neocities.org/10152022-index.html
index 0d0a0e2..1c77ec4 100644
--- a/archive/attu.neocities.org/10152022-index.html
+++ b/archive/attu.neocities.org/10152022-index.html
@@ -5,6 +5,7 @@
+
The Anti-TikTok Union Website
diff --git a/archive/attu.neocities.org/regular.css b/archive/attu.neocities.org/regular.css
new file mode 100644
index 0000000..18a57b0
--- /dev/null
+++ b/archive/attu.neocities.org/regular.css
@@ -0,0 +1,5 @@
+body {background-image: linear-gradient(green, black);text-align: center}
+.header {text-align: center}
+h1 {color:green;background-color:#1c1c1c;text-align:center;border:2px solid white;border-radius:25px;font-family:sans-serif}
+p {color:white;background-color:#1c1c1c;text-align:center;border:1px solid white;border-radius:12px;font-family:sans-serif;}
+a {color:cyan;font-family:sans-serif}
\ No newline at end of file