diff --git a/static/style/main.css b/static/style/main.css
index 8f7a289..29b9a00 100644
--- a/static/style/main.css
+++ b/static/style/main.css
@@ -1,3 +1,12 @@
div.card{
background-color: #afda8e;
+}
+
+#price_container {
+ background-color: white;
+ margin-top: auto;
+ margin-bottom: auto;
+ margin-left: auto;
+ margin-right: auto;
+ border-style: solid;
}
\ No newline at end of file
diff --git a/templates/index.jinja b/templates/index.jinja
index 70f87d7..1ddba30 100644
--- a/templates/index.jinja
+++ b/templates/index.jinja
@@ -19,10 +19,10 @@
-