diff --git a/electron/main/style.css b/electron/main/style.css
index fdf10b0..cc4eed9 100644
--- a/electron/main/style.css
+++ b/electron/main/style.css
@@ -461,4 +461,19 @@ li {
#step2, #step3, #step5 {
font-size: larger;
+}
+
+.download-btn {
+ display: flex;
+ justify-content: center;
+ padding: 10px 20px;
+ margin-left: 80px;
+ margin-top: 30px;
+ margin-bottom: 10px;
+ background-color: #007BFF;
+ color: white;
+ border: none;
+ border-radius: 8px;
+ cursor: pointer;
+ font-size: 14px;
}
\ No newline at end of file