diff --git a/index.html b/index.html
index 84e0bd9..eae5d04 100644
--- a/index.html
+++ b/index.html
@@ -121,6 +121,7 @@
Call for Papers
Conference Topics
+
- Healthcare Data Privacy
- Financial Fraud Detect
diff --git a/styles/style.css b/styles/style.css
index f845e5c..c44bb42 100644
--- a/styles/style.css
+++ b/styles/style.css
@@ -456,11 +456,13 @@ section dt.visible, section dd.visible {
}
} */
+ /* TOPICS STARTS */
#section-topics {
text-align: center;
margin: 2rem;
border: 1px solid black;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
+
}
#section-topics ul {
@@ -477,6 +479,9 @@ section dt.visible, section dd.visible {
#section-topics li:last-of-type {
margin-bottom: .25rem;
}
+
+/* TOPICS ENDS */
+
/* section dt{
opacity: 0;
transform: translateX(-20px);