added files
diff --git a/styles/Components/cardrow.module.css b/styles/Components/cardrow.module.css
new file mode 100644
index 0000000..dde471f
--- /dev/null
+++ b/styles/Components/cardrow.module.css
@@ -0,0 +1,12 @@
+.container {
+    width: calc(100% - 20px);
+    height: 100%;
+    display: flex;
+    flex-wrap: wrap;
+    justify-content: center;
+    gap: 20px;
+}
+
+.item {
+    width: min(428px, 90%);
+}
\ No newline at end of file