@font-face {
  font-family: "Perfect DOS";
  src: url(https://cdn.jsdelivr.net/gh/pilssken/assets/fonts/perfect_dos.ttf);
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  text-size-adjust: 100%;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p:only-child {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0.5em 0;
  line-height: 1.1;
}
h1 {
  font-size: 2.25em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.75em;
}
h4 {
  font-size: 1.5em;
}
h5 {
  font-size: 1.25em;
}
h6 {
  font-size: 1em;
}

img,
video {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

img.logo {
  width: 96px;
  padding-right: 24px;
}

iframe {
  border-style: none;
}

hr {
  margin: 1.25em 0;
  height: 1px;
  background-color: grey;
  border: 0;
  overflow: visible;
}

b,
strong {
  font-weight: bolder;
}

a {
  color: inherit;
  background-color: transparent;
}

small {
  font-size: 80%;
}

code,
pre {
  font-family: monospace;
  font-size: 1em;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-ui-invalid {
  box-shadow: none;
}

.hidden,
[hidden] {
  display: none !important;
}

:root {
  --text: #ccc;
  --accent: #9900ff;
  --warning: #f82460;
}

body {
  color: var(--text);
  background: #000 url("../../../img/bg.gif");
  background-repeat: repeat;
}

a {
  color: var(--accent);
}
a:hover {
  color: var(--text);
}

b {
  color: var(--accent);
  font-weight: normal;
}
i {
  font-style: normal;
  color: var(--warning);
}

main {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 50px;
  width: 740px;
  font-family: "Perfect DOS";
  font-size: 16px;
  text-rendering: optimizeLegibility;
  font-smooth: never;
  text-shadow: 2px 2px 0px #000;
}

article {
  margin-top: 15px;
}

section {
  margin: 0 auto;
  padding: 15px;
  background: #1f1723;
  border: 3px double var(--accent);
}

tr {
  border-top: 1px solid var(--accent);
}
th {
  text-align: left;
  border-bottom: 1px solid #9900ff;
}
td {
  max-width: 600px;
  vertical-align: top;
}
td.blurb {
  padding-left: 10px;
}
td.news {
  padding-right: 10px;
  color: var(--accent);
}

footer#buttons {
  margin-top: 15px;
  text-align: center;
  line-height: 2.5;
}
footer#buttons img {
  width: 88px;
  height: 31px;
}
