.word{
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.word.text-stroke{
  -webkit-text-stroke: thin #323;
}
.word:hover{
  font-weight: bold;
}
.word.hina-mincho{font-family: 'Hina Mincho', monospace;}
.word.courier-new{font-family: 'Courier New', monospace;}
.word.times-new-roman{font-family: 'Times New Roman', monospace;}
.word.noto-sans{font-family: 'Noto Sans JP', monospace;}
.word.yomogi{font-family: 'Yomogi', monospace;}

.text-2x1{font-size: 24px}
.text-3x1{font-size: 34px}
.text-4x1{font-size: 44px}
.text-5x1{font-size: 54px}

#config{
  transition: all 200ms ease-out;
}

#config:hover{
  transform: rotate(45deg);
}

#passageDisplay{
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  color: #010101;
}
