body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    background-color: black;
    cursor: none;
}

section {
    position: fixed;
    width: 100%;
    height: 100%;
}

/* Canvas */

canvas#canvas {
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    image-rendering: -moz-crisp-edges;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
}