          body,
          html {
            background: #1b0b19;
            color: #ff6be1;
            margin: 0;
            padding: 0;
            font-family: monospace;
            font-size: 14px;
            width: 100%;
            height: 100%;
            overflow: hidden;
            line-height: 1.25;
          }
          body {
            padding: 0 10px;
            overflow: auto;
          }
          #main {
            filter: drop-shadow(0 0 1px #ff6be133) drop-shadow(0 0 3px #ff6be166);
            filter: glow(color=#4b1942, strength=2) glow(color=#3e0934, strength=3);
            max-width: 616px;
            margin: 0 auto;
            width: 100%;
            display: block;
            padding: 12px 0;
          }
          pre {
            line-height: 1;
            margin: 0;
          }
          * {
            box-sizing: border-box;
          }
          h1 {
            margin: 0;
          }
          a {
            color: #ff6be1;
          }
          ::selection {
            background: #f3ffb8cc;
            color: #1c1d1b;
          }
          .border {
            border: 2px solid #ff6be1;
            padding: 1ch;
          }
	  h1,
          table,
          tbody,
          td,
          tr {
            font-family: monospace;
            font-size: 14px;
            border: none;
          }
          .visually-hidden {
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
            display: block;
          }
