diff --git a/index.html b/index.html
index 77b7410..e38e796 100644
--- a/index.html
+++ b/index.html
@@ -205,8 +205,8 @@
It is long established fact that reader distracted by the readable content.
-
@@ -1296,7 +1296,7 @@ Creative Design Thinking
diff --git a/style.css b/style.css
index 480728b..7b8930d 100644
--- a/style.css
+++ b/style.css
@@ -212,4 +212,29 @@
margin-bottom: 10px;
font-size: 36px;
width: 50%;
+}
+
+.btn-box{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.button{
+ display: inline-block;
+ width: fit-content;
+ background-color: rgba(0, 0, 0, 0.753);
+ padding: 10px 20px;
+ border-radius: 10px;
+ font-size: 20px;
+ text-align: center;
+ font-weight: bold;
+ color: white;
+ transition: all 0.9s ease;
+}
+
+.button:hover{
+ background-color: rgba(0, 0, 0, 0.977);
+ transform: scale(1.3);
+ color: white;
}
\ No newline at end of file