@font-face {
    font-family: dosFont;
    src: url(/perfect_dos_vga_437.ttf);
}

body {
    color:  #CCEEFF;
    background:            linear-gradient(to right bottom, black, black, #021152);
    background-attachment: fixed;
    /* text-align: center; */
    /* font-family: monospace; */
    font-family: dosFont, monospace, courier;
    /* margin: 20pt; */
    margin: 20pt;
    /* width: 72ch; */
    /* width: 80ch; */
    width: 72ch;
}

pre {
    /* display: inline; */
    font-family: monospace, courier;
    text-align: left;
    line-height: 1;
    /* white-space: pre-wrap !important; */
}

p {
    /* color:  #ACf; */ /* Faded blue-ish CRT white color, nice, calming */
    color:  #BBDDFf;
    /* font-family: monospace; */
    font-size:13pt;
    line-height:15pt;
    text-align: left;
    /* margin: 20px; */
}

a {
    /* color: #C3C; */
    color: #F7F;
    /* font-family: monospace; */
    /* font-size: 1.3em; */
}
