diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..b48cbfd
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,20 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_size = 4
+indent_style = space
+insert_final_newline = true
+max_line_length = 120
+tab_width = 4
+
+[{*.cjs,*.es6,*.js,*.mjs}]
+indent_size = 2
+ij_continuation_indent_size = 4
+ij_javascript_spaces_within_imports = true
+ij_javascript_spaces_within_array_initializer_brackets = true
+ij_javascript_spaces_within_object_literal_braces = true
+
+[*.html]
+indent_size = 2
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index 108605d..1f3a01f 100644
--- a/index.html
+++ b/index.html
@@ -14,10 +14,11 @@