.a11y-note {
   font-family: "Trebuchet MS", sans-serif;
   line-height: 1.5;
   letter-spacing: 0.12em;
   -webkit-box-shadow:inset 0px 0px 0px 3px teal;
   -moz-box-shadow:inset 0px 0px 0px 3px teal;
   box-shadow:inset 0px 0px 0px 3px teal;
   border: 2px solid #001970;
   padding: 1.2rem;
   margin: 0.75rem;
   margin-bottom: 2em;
}
.a11y-note::before {
   font-family: "Trebuchet MS", sans-serif;
   line-height: 1.5;
   letter-spacing: 0.12em;
   display: block;
   content: "📝Note";
   width: 100%;
   border-bottom: 1px dashed #001970;
   position: relative;
   font-weight: bold;
   padding-bottom: 0.5rem;
}