@font-face {
    font-family: 'IBM3270';
    src: url("./3270-Regular.otf") format("opentype");
}

body {
    margin: auto;
    width: fit-content;
    background-color: #03182e;
    color: #e6cb99;
}

pre {
    font-family: 'IBM3270';
    line-height: 1em;
}

a {
    color: #c1c2ad;
}

a:hover {
    color: #738b88;
}

a:visited {
    color: #c1c2ad;
}

a:visited:hover {
    color: #738b88;
}

h1 {
    font-size: 2.5em;
    width: 15em;
}

a.author {
    float: right;
}
