diff --git a/index.html b/index.html
new file mode 100644
index 0000000..e1d2175
--- /dev/null
+++ b/index.html
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+ Document
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..aa40f03
--- /dev/null
+++ b/style.css
@@ -0,0 +1,26 @@
+body {
+ padding: 0;
+ margin: 0;
+ padding-top: 100px;
+ width: 100vw;
+ background-color: rgb(25, 33, 41);
+}
+
+form {
+ margin: auto;
+ border: 3px solid rgb(67, 167, 230);
+ color: rgb(255, 255, 255);
+ width: 250px;
+ padding: 20px;
+}
+
+form button {
+ background-color: rgb(67, 167, 230);
+ color: rgb(255, 255, 255);
+ border-style: none;
+ border-radius: 5px;
+}
+
+.fullWidth {
+ width: 100%;
+}
\ No newline at end of file