body {
  background-color: #000;
  color: #fff;
}

#glyphfps {
  font-family: "Andale Mono", "Courier New", monospace;
  letter-spacing: -2px;
  font-size: inherit;
  color: #00ffff;
}

#hieroglyphs {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.canvas-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.post-content-kanji {
  margin-top: 50px;
  background-color: #000;
  color: #fff;
  text-align: center;
}