html {
  height: 100%;
  width: 100%;
}

body {
  background-color: #151515;
  color: #FFF;
  font-family: monospace;
  font-size: 14px;
  padding-top: 0;
  margin-top: 0;
}

a {
  color: #b0b0b0;
}

a:hover {
  color: white;
}

#jsoneditor {
  /* define a custom theme color */
  --jse-theme-color: #383e42;
  --jse-theme-color-highlight: #687177;
  --jse-font-family: monospace;
  --jse-font-family-mono: monospace;
}