@font-face {
    font-family: "SharpPC3K";
    src: url("fonts/Web437_Sharp_PC3K_Alt.woff") format("woff");
}

* {
    font-family: "SharpPC3K", monospace;
    image-rendering: pixelated;
    font-smooth: unset;
    -webkit-font-smoothing: none;
}

body {
    padding: 0;
    margin: 0;
    background-color: #111;
    color: #ddd;
    height: 100vh;
}

