/* vim: ts=4 sts=4 sw=4 et
*/

@font-face {
    font-family: "ibm-vga-8x16";
    src: url(/md/ibm-vga-8x16.woff) format(woff);
}

html, body {
    font-family: "ibm-vga-8x16", monospace;
    font-size: 16px;
    color: #fff;
    margin: 0;
    background-color: #000;
    min-height: 100vh;
    visibility: visible;
}

header, header > nav {
    background-color: #00f;
    height: 2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-item a {
    color: #0ff;
    text-decoration: none;
    display: inline-block;
}

.nav-item a::first-letter {
    text-decoration: underline;
}

header > *, .nav-item {
    margin: 0 0 0 0.5rem;
}

#header-logo {
    width: 88px;
    align-self: end;
}
