
/* Add your CSS below! */


body {
	color: #162E0D;
    text-align: center;
    background-color:  #ABFA8C;
	font-size:18px
}

h1 {
	font-family:  Helvetica, sans-serif;
	font-size:45px;
	color: #9E3B33;
}
 
 
a {
   color:  #9E3B33;
 }

#canvascontainer{
	margin: 0 auto;
	border:5px solid #0A1C03; 
	border-radius: 5px;
	width: 900px;
	height:600px;
}
#cr-stage { 
  background-color: #162E0D;
  color: white;
  cursor: crosshair;
  
  

}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}


.noselect {
		cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
