@font-face
{
	font-family: PC-98;
	src: url(pc-9800.ttf) format('truetype');
}

@font-face
{
	font-family: IBM-BIOS;
  	src: url(Px437_IBM_BIOS.ttf) format('truetype');
}

body
{
    background: url('img/skullbuzz.gif');
    background-attachment: fixed;
    font-family: PC-98, "PC-9800", "MS Gothic", Courier, monospace;
}

code
{
    font-family: IBM-BIOS, monospace;
    font-size: 8px;
}

header, article
{
    border: 1px solid white;
    padding: 20px 20px 20px 20px;
    background-color: black;
    color: white;
    margin: auto;
    max-width: 80vw;
}

header
{
    position: sticky;
    top: 0;
}

a
{
    color: #00ff00;
    font-weight: normal;
    text-decoration: none;
    cursor: crosshair;
}

img
{
    float: left;
}

figure
{
    text-align: center;
}

figure img
{
    float: none;
}

h1
{
    text-align: center;
}

nav
{
    text-align: center;
}

table
{
    background-color: lightcoral;
    margin: auto;
}

th, td
{
    border: 1px solid black;
}
