diff --git a/index.html b/index.html
index fa93dda..652a8e2 100644
--- a/index.html
+++ b/index.html
@@ -139,7 +139,7 @@
-
+
Add Group Chat to OBS
@@ -197,7 +197,7 @@
-
+
Stream Media File
diff --git a/main.css b/main.css
index 15ce29d..25973ba 100644
--- a/main.css
+++ b/main.css
@@ -800,6 +800,11 @@ label {
}
+.card {
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
+ background-color: #ddd;
+}
+
/* Create four equal columns that floats next to each other */
.column {
@@ -815,8 +820,6 @@ label {
text-align: center;
font-size: 100%;
/* Add shadows to create the "card" effect */
- box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
- background-color: #ddd;
transition: box-shadow 0.1s ease-in-out;
}