diff --git a/server.js b/server.js
index 87d08d3..a88fac9 100644
--- a/server.js
+++ b/server.js
@@ -53,10 +53,10 @@ const server = http.createServer((req, res) => {
sendFile(res, "template/" + item, 'application/json');
break;
case "environment/deck.svg":
- case "hero/card.svg":
- case "hero/charBack.svg":
- case "hero/charFront.svg":
- case "villain/card.svg":
+ case "hero/deck.svg":
+ case "hero/character-back.svg":
+ case "hero/character-front.svg":
+ case "villain/deck.svg":
case "villain/character.svg":
case "villain/instructions.svg":
sendFile(res, "template/" + item, 'image/svg+xml');
diff --git a/template/environment/deck.svg b/template/environment/deck.svg
index c660a84..ca2dc7c 100644
--- a/template/environment/deck.svg
+++ b/template/environment/deck.svg
@@ -12,357 +12,352 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Header
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
- Keywords
- Text Here
- Text Here
- art by
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Header
+
+
+
+
+
+
+
+
+
+
+
+ Keywords
+
-
-
+ Text Here
+
+ Text Here
+
+
+ art by
+
+
-
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
3
-
diff --git a/template/hero/card.svg b/template/hero/card.svg
deleted file mode 100644
index 7a2ff92..0000000
--- a/template/hero/card.svg
+++ /dev/null
@@ -1,1461 +0,0 @@
-
-
diff --git a/template/hero/charBack.svg b/template/hero/charBack.svg
deleted file mode 100644
index cfa3135..0000000
--- a/template/hero/charBack.svg
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
diff --git a/template/hero/charFront.svg b/template/hero/charFront.svg
deleted file mode 100644
index 4c54859..0000000
--- a/template/hero/charFront.svg
+++ /dev/null
@@ -1,277 +0,0 @@
-
-
diff --git a/template/hero/character-back.svg b/template/hero/character-back.svg
new file mode 100644
index 0000000..de47764
--- /dev/null
+++ b/template/hero/character-back.svg
@@ -0,0 +1,12 @@
+
+
diff --git a/template/hero/character-front.svg b/template/hero/character-front.svg
new file mode 100644
index 0000000..a8b2b14
--- /dev/null
+++ b/template/hero/character-front.svg
@@ -0,0 +1,33 @@
+
+
diff --git a/template/hero/deck.svg b/template/hero/deck.svg
new file mode 100644
index 0000000..433b6a2
--- /dev/null
+++ b/template/hero/deck.svg
@@ -0,0 +1,330 @@
+
+
diff --git a/template/villain/card.svg b/template/villain/card.svg
deleted file mode 100644
index 3d9d768..0000000
--- a/template/villain/card.svg
+++ /dev/null
@@ -1,1475 +0,0 @@
-
-
diff --git a/template/villain/character.svg b/template/villain/character.svg
index 104dfef..d8b9f7a 100644
--- a/template/villain/character.svg
+++ b/template/villain/character.svg
@@ -1,169 +1,22 @@
-
-