diff --git a/assets/css/style.css b/assets/css/style.css
index e77ebbf..8fdddaa 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -920,6 +920,39 @@ h1 {
     max-width: 500px;
 }
 
+hr {
+    color: white
+}
+
+.ConYes {
+    background-color: #06d6a0;
+    color: #222222;
+}
+
+.ConMaybe {
+    background-color: #ffd166;
+    color: #222222;
+}
+
+.ConNo {
+    background-color: #ef476f;
+    color: #222222;
+}
+
+.row {
+    display: table;
+    width: 100%; /*Optional*/
+    table-layout: fixed; /*Optional*/
+    border-spacing: 10px; /*Optional*/
+}
+.column {
+    display: table-cell;
+    text-align: center;
+    max-width: fit-content;
+    padding: 5px;
+    border-radius: 0.5em;
+}
+
 /*-----------------------parallax-----------------------*/
 /* credits: https://www.youtube.com/watch?v=aywzn9cf-_U */
 #stars1 {
diff --git a/index.html b/index.html
index 6109285..784df0c 100644
--- a/index.html
+++ b/index.html
@@ -46,9 +46,9 @@