diff --git a/index.html b/index.html
index 11bd8ed..bedc88d 100644
--- a/index.html
+++ b/index.html
@@ -20,6 +20,8 @@
Create your account
This is step 1
+
+
diff --git a/style.css b/style.css
index 9aeff82..3102151 100644
--- a/style.css
+++ b/style.css
@@ -10,10 +10,11 @@ html {
/*background = gradient + image pattern combo*/
background:
- linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6));
+ linear-gradient(rgba(0, 62, 196, 0.6), rgba(255, 0, 0, 0.6));
}
body {
+
font-family: montserrat, arial, verdana;
}
/*form styles*/
@@ -55,7 +56,7 @@ body {
/*buttons*/
#msform .action-button {
width: 100px;
- background: #27AE60;
+ background: rgb(39, 82, 174);
font-weight: bold;
color: white;
border: 0 none;