html, body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Courier New', Courier, monospace;
  }
  canvas {
    display: block;
  }

  a{
    text-decoration: none;
    color: #111;
  }

  a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: #444;
  }

  #hash{
    position: absolute;
    color: #111;
    /*overflow-wrap:  break-word;*/
    width: 230px;
    font-size: 20px;
    text-align: center;
    text-align-last: center;
    line-height: 200%;
    filter: drop-shadow(0px 1px 0px #ccc);
    text-decoration: none;
  }
  
  