
/**
 * Custom Styles
 *
 * This makes the canvas element resize to fit the window.
 */

body {
    background-color: #000000;
}

canvas {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: auto;
}