diff --git a/src/index.css b/src/index.css
index 4b7e0e5..58c43e1 100644
--- a/src/index.css
+++ b/src/index.css
@@ -164,3 +164,17 @@ how to remove the vertical space around the range input in IE*/
/*Edge starts the margin from the thumb, not the track as other browsers do*/
}
}
+
+#description {
+ width: 100%;
+ color: rgba(236, 72, 153, 1);
+ font-weight: bolder;
+}
+
+.regularText {
+ display: inline;
+ color: black;
+ font-weight: normal;
+ /*border:1px solid rgba(236, 72, 153, 1);*/
+
+}