diff --git a/public/index.html b/public/index.html
index 1da79674..494a73ea 100644
--- a/public/index.html
+++ b/public/index.html
@@ -155,6 +155,15 @@
padding: 0.8em 1.2em;
font-size: 1.3em;
}
+ .visually-hidden {
+ position: absolute !important;
+ height: 1px;
+ width: 1px;
+ overflow: hidden;
+ clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
+ clip: rect(1px, 1px, 1px, 1px);
+ white-space: nowrap; /* added line */
+ }