body {
    background: url("bgrnd.png") no-repeat center fixed;
}

canvas {
//    background-image: radial-gradient(
//            rgba(100, 100, 100, 0.2),
//            rgba(100, 100, 100, 0.15),
//            rgba(100, 100, 100, 0.1),
//            rgba(100, 100, 100, 0.05),
//            rgba(0, 0, 0, 0.0)
//    );
    border: 1px solid black;
    position: absolute;
    width: 500px;
    height: 500px;
    left: 50%;
    top: 50%;
    margin-left: -250px; /* half the width */
    margin-top: -250px; /* half the height */

    z-index: -1; /* 'to back' */
}
