diff --git a/css/game.css b/css/game.css
index 20c74e2..3a4c35f 100644
--- a/css/game.css
+++ b/css/game.css
@@ -38,6 +38,13 @@
top: -45px;
left: 45%;
}
+.droplet {
+ position: absolute;
+ right: 100px;
+ top: 85px;
+ width: 17%;
+ height: 50px;
+}
button {
position: relative;
diff --git a/game.html b/game.html
index 70a6f91..6f5778e 100644
--- a/game.html
+++ b/game.html
@@ -24,6 +24,7 @@
+