diff --git a/index.html b/index.html
index 0509242f..d828c7df 100644
--- a/index.html
+++ b/index.html
@@ -829,11 +829,11 @@
diff --git a/style.css b/style.css
index 8d8586c4..9fadca70 100644
--- a/style.css
+++ b/style.css
@@ -190,3 +190,22 @@
top: 20px;
}
+
+.cta-btn{
+ width: 40%;
+ background-color: #fff;
+ border-radius: 20px;
+ padding: 10px;
+ font-size: 20px;
+ text-align: center;
+ font-weight: bold;
+
+}
+
+#cta-label {
+ font-weight: bold; /* Makes the text bold */
+ color: #fff; /* Sets the text color to white */
+ margin-bottom: 10px;
+ font-size: 36px;
+ width: 50%;
+}
\ No newline at end of file