diff --git a/web/style.css b/web/style.css
--- a/web/style.css
+++ b/web/style.css
@@ -22,6 +22,10 @@
 a {
   text-decoration: none;
   color: #2a5db0;
+  cursor: pointer;
+}
+button {
+  cursor: pointer;
 }
 img,
 iframe {