/* styles.css */
#background {
    /* position: fixed;  */
    top: 0;
    left: 0;
    /* width: 100%; */
    /* height: 300px; */

    z-index: -1; /* Places canvas behind other content */
    position: absolute;
}
