diff --git a/code/game.css b/code/game.css
index ff0a560..a5cb9d7 100644
--- a/code/game.css
+++ b/code/game.css
@@ -82,4 +82,33 @@
.back {
position: absolute;
bottom: 5px;
+ }
+
+ .bd {
+
+ border-style: solid;
+ border-width: 5px;
+ }
+ .bd2 {
+ border-color: mediumblue;
+ border-style: solid;
+ border-width: 5px;
+ }
+
+ .child {
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ }
+
+ .parent {
+ position: relative;
+ }
+
+ h1 {
+ margin-block-start: 0px;
+ margin-block-end: 0px;
+ margin-inline-start: 0px;
+ margin-inline-end: 0px;
}
\ No newline at end of file
diff --git a/code/game.html b/code/game.html
index a4f6231..edf2d5d 100644
--- a/code/game.html
+++ b/code/game.html
@@ -10,20 +10,28 @@