

/*other images
"space5.gif"
"Galaxy3.jpg"
"Galaxy4.jpg"
"Galaxy1.jpg"
"GalaxyRed1.jpg"
"colorful-paints1.jpg"
*/
body {
    *touch-events: none;
}

/*to keep background sized with page*/
/*html {
  background: url("GalaxyRed1.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/



:root{
  --start-color: blue;
  --end-color: orange;
  /*--gradient-value: 0;*/
  /*--gradient-angle: --gradient-value + "deg";*/

}

#gameSVG {
  background-image: lightblue;  }

#gameSVG{
  
}

/*#gameSVG{
  height: 100%;
  width: 100%;
}*/
