html, body {
  background-color: #111;
  color: #ddd;
  margin: 5px;
  border: none;
  padding: 5px;
  font-family: Roboto, sans-serif;
}

canvas {
  display: block;
}

a:link, a:visited {
  color: #3ea6ff;
  /*77afff*/
  text-decoration: underline;
  cursor: pointer;
}

.url {
  font-family: Roboto Mono, monospace;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #fff;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-track:hover {
  background: #000;
}