diff --git a/webroot/assets/snowflakes.png b/webroot/assets/snowflakes.png
new file mode 100644
index 0000000..d5820e2
Binary files /dev/null and b/webroot/assets/snowflakes.png differ
diff --git a/webroot/index.html b/webroot/index.html
index e19635a..47b5385 100644
--- a/webroot/index.html
+++ b/webroot/index.html
@@ -23,6 +23,9 @@
Initializing...
+
+
+
diff --git a/webroot/styles.css b/webroot/styles.css
index 2fc4b5a..a91ead0 100644
--- a/webroot/styles.css
+++ b/webroot/styles.css
@@ -30,11 +30,24 @@ body.input-focused {
border-radius: 15px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
padding: 15px;
+ overflow: hidden;
+}
+
+.festival {
+ display: block;
+ position: absolute;
+ top: 0;
+}
+
+.festival img {
+ width: 100%;
+ height: auto;
}
.about {
position: absolute;
right: 15px;
+ z-index: 1000;
}
.about-overlay {