diff --git a/electron/main/custom_document.html b/electron/main/custom_document.html
new file mode 100644
index 0000000..6d58c1e
--- /dev/null
+++ b/electron/main/custom_document.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+ Custom Document
+
+
+
+
+
Custom Document Generator
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/electron/main/index.html b/electron/main/index.html
index 7ac4825..e4b2ff5 100644
--- a/electron/main/index.html
+++ b/electron/main/index.html
@@ -19,8 +19,8 @@
@@ -57,26 +57,31 @@
-
+
-
-
-
-

+
-
diff --git a/electron/main/style.css b/electron/main/style.css
index 20519bd..5b894e7 100644
--- a/electron/main/style.css
+++ b/electron/main/style.css
@@ -17,7 +17,6 @@ body {
transform: translate(-50%, -50%);
margin: 0;
z-index: 20;
-
}
#h1-wrapper {
@@ -108,6 +107,12 @@ body {
.submit-btn:hover {
background-color: #0056b3;
}
+
+#step2 {
+ display: flex;
+ justify-content: center;
+ gap: 30px;
+}
input[type="file"] {
display: none;