
/* fonts sourced from VileR https://int10h.org/oldschool-pc-fonts/. subject to CC-SA 4.0 */
@font-face {
    font-family: "nec_apc";
    src: url("Web437_NEC_APC3_8x16.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 16px;

    background-color: black;
    font-family: "nec_apc", 'Courier New', Courier, monospace;
    color: #ccc;

    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;	
}

.content {
    text-align: center;    
}

.subtitle {

}

.subsubtitle {
    color: #888;
}

.infobox {
    white-space: pre;
}

.msgbox-line {
    color: #fff;
    background-color: #000;
}

.links {
    position: absolute;
    bottom: 16px;

    left: 0;
    right: 0;
}

a {
    text-decoration: none;
    color: #ccf;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

a.disabled {
    color: #444;
    text-decoration: none;
}

