.highlight{
  background-color:yellow;
}
.hide{
  display: none;
}
.center { text-align:center; }
.right { text-align:right; }

body { background-color: ghostwhite; user-select: none;}

ul { margin-bottom:60px; }

span { display: block; }

p img { pointer-events: none; user-select: none;}


