diff --git a/assets/styles/button.css b/assets/styles/button.css
index 169dc48..6a1df81 100644
--- a/assets/styles/button.css
+++ b/assets/styles/button.css
@@ -5,16 +5,16 @@ text-align: center;
cursor: pointer;
outline: none;
color: #fff;
-background-color: #04AA6D;
+background-color: #3c3c3c;
border: none;
border-radius: 15px;
box-shadow: 0 9px #999;
}
-.button:hover {background-color: #3e8e41}
+.button:hover {background-color: #000000}
.button:active {
-background-color: #3e8e41;
+background-color: #000000;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
diff --git a/index.html b/index.html
index 2dcd306..3bd76f8 100644
--- a/index.html
+++ b/index.html
@@ -32,7 +32,5 @@
Welcome to my Website.
- -