diff --git a/src/layouts/index.html b/src/layouts/index.html
index cd4a6c9..65a9a13 100644
--- a/src/layouts/index.html
+++ b/src/layouts/index.html
@@ -216,6 +216,20 @@
background-size: cover;
}
+ #gen-art-8{
+ position:absolute;
+ width: 8.371vw;
+ height: 8.371vw;
+ margin-top: 90vw;
+ left: 20.8vw;
+ z-index: 0;
+ background-image: url("/Images/gen-art/pixel-mouth.jpg");
+ background-attachment: fixed;
+ background-position: center;
+ background-repeat: repeat;
+ background-size: cover;
+ }
+
@@ -225,6 +239,7 @@
+
diff --git a/src/static/Images/gen-art/pixel-mouth.jpg b/src/static/Images/gen-art/pixel-mouth.jpg
new file mode 100644
index 0000000..203557c
Binary files /dev/null and b/src/static/Images/gen-art/pixel-mouth.jpg differ