@charset "UTF-8";

canvas {
    width:100%;
    height:100%;
    background-color:#000;
}

body {
    overflow:hidden; /* disable scrolling */
}