body {
  background-color: #000000 !important;
  color: #ffffff;
  font-family: monospace;
  font-size: 16px;
  text-shadow:
    0.4389924193300864px 0 1px rgba(0,30,255,0.5),
    -0.4389924193300864px 0 1px rgba(255,0,80,0.3),
    0 0 3px;
  line-height: 1.2;
  max-width: 625px;
  margin: auto;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none !important;
  background: repeating-linear-gradient(
    0deg,
    rgba(0,0,0,0.4),
    rgba(0,0,0,0.4) 1px,
    transparent 1px,
    transparent 2px
  );
}

a {
  color: #ff0000;
}

span a {
  color: #000000;
}

::selection,
.header {
  background: #ff0000;
  color: #000000;
}

.header::selection,
span::selection,
span a::selection {
  background: #000000;
  color: #ff0000;
  text-decoration: none;
}

ul {
  list-style-type: 'â–ª';
  padding-left: 2ch;
}

ul li {
  padding-left: 1ch;
}

table {
  border-spacing: 0;
}

td {
  vertical-align: top;
  padding: 0 9px 0 0;
}