/* parallax 2019 designed and coded by: Timothy J Wilson Sr */
/* Modify code as needed. tim.j.wilson.sr@gmail.com*/

body{
background-color:black;overflow:hidden;
}

#canvas1{
position:absolute;
border: 1px solid #333;
width:100%;
height:100%;
transform:translate(-50%, -50%);
top:50%;
left:50%;
}