body {
    color: white;
}

canvas {
    position:fixed; /* Position absolutely within the body */
    top: 0; 
    left: 0; 
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    z-index: -1; /* Send it to the back */
}
