diff --git a/style.css b/style.css index ef3175e..3f7b8b1 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,4 @@ -*{ +body{ color: white; font-family: 'Poppins'; } @@ -28,7 +28,7 @@ input[value=Submit] { } input[value=Submit]:hover { - background-color: orange; + background-color: green; } .main-container { @@ -73,4 +73,4 @@ p { font-weight: bold; } body{background-image: url("paper.gif"); -} */ +}