diff --git a/Notebook.md b/Notebook.md
index 1841f12..2773015 100644
--- a/Notebook.md
+++ b/Notebook.md
@@ -710,3 +710,7 @@ We have already done some of the work for this with our dynamic scrolling.
**The plan**
We are going to create additional _background_ layers that will be layered on top of the actual background. We will update our JavaScript scroll event listener to control the scroll speed of each of these layers. Finally we will use CSS to ensure the layers are styled correctly to get our parallax effect.
+
+First I tried adding additional layers to the body however this proved difficult to control the position on various screen sizes.
+
+
diff --git a/site.html b/site.html
index b037c01..7850f56 100644
--- a/site.html
+++ b/site.html
@@ -233,15 +233,16 @@
-
-
-
-
-
-
I made this website! Copyright Jesse M. Ellis 2024 😊
-
-
-
+
+
+
+
+
+
+
I made this website! Copyright Jesse M. Ellis 2024 😊