diff --git a/public/buzzer.css b/public/buzzer.css
index 36cdd03..db58f0d 100644
--- a/public/buzzer.css
+++ b/public/buzzer.css
@@ -73,8 +73,20 @@ ul {
align-items: center;
width: 100%;
height: 90%;
+ flex-direction: column;
+ text-align: center;
}
-#active {
- color: red;
+#buzzbutton {
+ width: 200px;
+ height: 200px;
+ background-color: red;
+ border-radius: 100%;
+ font-size: 1em;
+}
+#buzzbutton .active {
display: none;
}
+.inactive {
+ color: #c00;
+ font-size: 2em;
+}
diff --git a/public/buzzer.html b/public/buzzer.html
index 952a3e8..8a98e6e 100644
--- a/public/buzzer.html
+++ b/public/buzzer.html
@@ -5,6 +5,7 @@
Error:
+
BZZZZZ!
-Press {key.name} to activate buzzer.
-Please focus the window to allow the buzzer to work.
+ +or press {key.name} to activate buzzer.
+Please focus the window to allow the buzzer to work.