diff --git a/product-list.html b/product-list.html
index 762cf6e..bff728d 100644
--- a/product-list.html
+++ b/product-list.html
@@ -22,6 +22,11 @@
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
+ .card {
+ border-radius: 20px;
+ background-color: #212226;
+ color: white;
+ }