diff --git a/index.html b/index.html
index bf51bfc..5c222ee 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,33 @@
+
+
+
+

+
Spiderman
+
12
+
+
+

+
Wonder Women
+
30
+
+
+
5 - 0
+
+
+

+
Captain America
+
50
+
+
+

+
Gem Women
+
12
+
+
+
diff --git a/style.css b/style.css
index e31018b..3414cc0 100644
--- a/style.css
+++ b/style.css
@@ -1,4 +1,29 @@
.footer{
- margin-left : 80px;
+ margin-left : 120px;
+ margin-top: 20px;
font-size : 18px;
}
+
+.container{
+ margin-top: 1em;
+ display: grid;
+ grid-template-columns: 1fr .5fr 1fr;
+ justify-items:center;
+}
+
+.heros, .villians{
+ display: grid;
+ grid-template-columns: 1fr 1fr;
+ column-gap: 1.5em;
+}
+
+.heros > div, .villians > div{
+ border-radius: 10px;
+ box-shadow: .5px .5px 5px 1px rgb(223, 115, 115);
+ text-align: center;
+}
+
+.score{
+ font-size:3em;
+ margin: 0px;
+}
\ No newline at end of file