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

body {
    font-family: pc-9800;
}

#back {
    position: fixed;
    top: 0;
    left: 1em;
    z-index: 999;
    font-family: pc-9800;
    font-size: 2em;
}

a, a:visited {
    color: black;
}

a:hover {
    color: pink;
}