diff --git a/Resources/Login UI.jpg b/Resources/Login UI.jpg
new file mode 100644
index 0000000..3705e39
Binary files /dev/null and b/Resources/Login UI.jpg differ
diff --git a/Resources/Main UI.jpg b/Resources/Main UI.jpg
new file mode 100644
index 0000000..f7dc43d
Binary files /dev/null and b/Resources/Main UI.jpg differ
diff --git a/Resources/SignUp UI.jpg b/Resources/SignUp UI.jpg
new file mode 100644
index 0000000..5319dde
Binary files /dev/null and b/Resources/SignUp UI.jpg differ
diff --git a/Resources/UI.jpg b/Resources/UI.jpg
new file mode 100644
index 0000000..f428a5b
Binary files /dev/null and b/Resources/UI.jpg differ
diff --git a/Resources/UI.psd b/Resources/UI.psd
new file mode 100644
index 0000000..4e54ba1
Binary files /dev/null and b/Resources/UI.psd differ
diff --git a/css/main.css b/css/main.css
new file mode 100644
index 0000000..3bfd817
--- /dev/null
+++ b/css/main.css
@@ -0,0 +1,22 @@
+body{
+ margin: 0;
+ padding: 0;
+}
+
+#particles-js{
+ width: 100%;
+ height: 100%;
+ background-color: #121212;
+ background-image: url('');
+ background-size: cover;
+ background-position: 50% 50%;
+ background-repeat: no-repeat;
+}
+
+.particles-js-canvas-el{
+ position: absolute;
+}
+
+.landing{
+ z-index: 1;
+}
\ No newline at end of file
diff --git a/index.html b/index.html
index 827955b..fb48af9 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,7 @@
+
@@ -15,7 +16,7 @@