.codeWord {
  color: black;
  background-color: black;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}
