@font-face {
    font-family: pressme;
    src: url('fonts/Px437_IBM_Model3x_Alt2.ttf');
}
@font-face {
    font-family: story;
    src: url('fonts/PxPlus_IBM_CGAthin0.ttf');
}
@font-face {
    font-family: storybold;
    src: url('fonts/PxPlus_IBM_CGA0.ttf');
}
@font-face {
    font-family: title;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Px437_DOS-V_re_JPN16.ttf');
}
@font-face {
    font-family: storytitle;
    src: url('fonts/PxPlus_IBM_VGA_8x16.ttf');
}
body {
    font-family: story;
    image-rendering: pixelated;
    cursor: none;
    cursor: url("images/cursor/mice1.png"), default;
}
button {
    font-family: bios;
    font-size: 32px;
}
a:hover, button:hover, input:hover, .pointy {
    cursor: none;
    cursor: url("images/cursor/mice1.png"), pointer;
}
.micearea {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: -999;
}
.flex {
    display: flex;
}
.bord {
    border-width: 1px;
    border-style: solid;
}
h1 {
    font-family: title;
    font-size: 29px;
}
