html, body {
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#crapshexagame {
    background: #000;
    width: 100%;
    height: 100%;
}

canvas {
    display: block;
    /* Crisp/pixelated scaling to match the original CreateJS build's
       image-rendering: optimizeSpeed/nearest-neighbor look. */
    image-rendering: pixelated;
    image-rendering: -webkit-optimize-contrast;
}
