diff --git a/index.html b/index.html
index d77a31c..03d80e3 100644
--- a/index.html
+++ b/index.html
@@ -284,6 +284,10 @@ body {
justify-content: center;
}
+select, option, input[type='checkbox'], input[type='date'] {
+ cursor: pointer;
+}
+
label {
user-select: none;
width: fit-content;