*{
  background-color: black;
  color: #ff00b7;
  font-family: monospace;
}
html, body{
  cursor: url('https://cdn.cursors-4u.net/previews/windows-7-pointer-f9355ed9-32.webp') 32 32, auto !important;
}
a:hover html body{
  cursor: url('https://cdn.cursors-4u.net/previews/windows-7-link-select-ac2889a1-32.webp') 37 32, auto !important;
}

body::before {
  content: " ";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgb(255 0 183 / 8%) 50%, rgb(0 0 0 / 0%) 50%);
  z-index: 99;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}

table, th ,td{
  border: 1px solid #ff00b7;
  border-collapse: collapse;
  text-align: center;
  align-content: center;
}