﻿body {
    height: 100%;
    background: #666;
    overflow: hidden;
}

canvas {
    z-index: -1;
    position: absolute;
}
