html, body {
    margin: 0;
    background: #000;
}

@font-face {
    font-family: "ArcadeR";
    src: url("font/ARCADE_R.TTF");
}

.font-preload {
    font-family: "ArcadeR", sans-serif;
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#canvas-warning {
    color: #ff0;
    font-size: 1.5em;
}

.hidden {
    display: none;
}
