Customize CD
diff --git a/scss/custom.scss b/scss/custom.scss
new file mode 100644
index 0000000..20fde6a
--- /dev/null
+++ b/scss/custom.scss
@@ -0,0 +1,12 @@
+
+$primary: #2F9C97;
+$color-contrast-light: white;
+$color-contrast-dark: white;
+
+.text-primary {
+    --bs-text-opacity: 1;
+    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
+  }
+
+
+@import "../node_modules/bootstrap/scss/bootstrap";