diff --git a/dashboard_static/index.html b/dashboard_static/index.html
index f8b5184..b26b81c 100644
--- a/dashboard_static/index.html
+++ b/dashboard_static/index.html
@@ -66,7 +66,12 @@
-
+
+
+
+
+
+
diff --git a/dashboard_static/style/style.css b/dashboard_static/style/style.css
index 14d15a2..bc3074b 100644
--- a/dashboard_static/style/style.css
+++ b/dashboard_static/style/style.css
@@ -150,7 +150,7 @@ body {
grid-row: 1/ -1;
}
-.searchbar {
+.searchcontainer {
background-color: blue;
height: 400px;
}
@@ -163,4 +163,24 @@ body {
.colheader {
font-size: 38px;
padding-left: 30px;
+}
+
+.searchbar {
+ width: 500px;
+}
+.searchbar, .button {
+ font-weight: bold;
+ font-size: 32px;
+ border-radius: 50px;
+ padding: 10px;
+ margin: 16px;
+}
+
+.button {
+ border-radius: 50px;
+ border: none;
+}
+
+.button:hover {
+ background-color: ;
}
\ No newline at end of file