diff --git a/public/index.html b/public/index.html
index ecffeeb..8cfb09b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -75,6 +75,14 @@
button:hover {
background: #34495e;
}
+
+ #exitBtn {
+ background: #e74c3c;
+ }
+
+ #exitBtn:hover {
+ background: #c0392b;
+ }
@@ -86,8 +94,16 @@
+