diff --git a/src/layouts/index.html b/src/layouts/index.html
index a982e92..ab926b0 100644
--- a/src/layouts/index.html
+++ b/src/layouts/index.html
@@ -198,6 +198,12 @@
+
+
Subscribe to our email list
-
-
-
+
+
diff --git a/src/static/Images/binance-logo-white.svg b/src/static/Images/binance-logo-white.svg
new file mode 100644
index 0000000..6d5e8b0
--- /dev/null
+++ b/src/static/Images/binance-logo-white.svg
@@ -0,0 +1,16 @@
+
diff --git a/src/static/Images/galaxy-eco.svg b/src/static/Images/galaxy-eco.svg
new file mode 100644
index 0000000..2e23bfe
--- /dev/null
+++ b/src/static/Images/galaxy-eco.svg
@@ -0,0 +1,7 @@
+
diff --git a/src/static/css/style.css b/src/static/css/style.css
index 16efe03..e3bfc3a 100644
--- a/src/static/css/style.css
+++ b/src/static/css/style.css
@@ -335,3 +335,25 @@ hr{
.footer-content{
padding-right: 100px;
}
+
+.email-btn{
+ width: 16%;
+ border-left: 2px solid #949494;
+ border-right: none !important;
+ border-radius: 0px;
+ font-family: "pp-neue-machina", sans-serif;
+ text-transform: uppercase;
+ font-size: 38px;
+}
+
+.email-btn:hover{
+ background-color: #00ffd0;
+ color: #1a1a1a;
+ box-shadow: inset 0px 0px 0px 7px #1a1a1a !important;
+}
+
+.radio-btn-label{
+ font-family: "pp-neue-machina", sans-serif;
+ text-transform: uppercase;
+ font-size: 38px;
+}