diff --git a/style.css b/style.css index 9aeff82..d138574 100644 --- a/style.css +++ b/style.css @@ -15,6 +15,7 @@ html { body { font-family: montserrat, arial, verdana; + background-color: green; } /*form styles*/ #msform { @@ -57,7 +58,7 @@ body { width: 100px; background: #27AE60; font-weight: bold; - color: white; + color: blue; border: 0 none; border-radius: 1px; cursor: pointer;