@import "freepixel.css";
*{margin:0;padding:0}
body{background:#16143b; font-family: "pixel"}
.logo{width:50%;margin:2em auto}
.logo img{height: 100%;float: left;}
.logo h1{color: #FFFFFF; text-align: center;}
#container{width:900px;height:420px;margin:2em auto}
#start{width:900px;height:420px;float:left;position:absolute;top:9.7em;left:21.9%;background:rgba(5, 5, 5, 0.5);display:none}
#start input{float:right;margin:25em 10em 0 0;width:100px;border:none;padding:0.5em;background:#085408;color:#FFF;font-weight:bold}
#start input:hover{background:#3df500;color:#333;cursor:pointer}
#gameOver{width:900px;height:420px;float:left;position:absolute;top:9.7em;left:21.9%;background:rgba(5, 5, 5, 0.5);display:none}
#gameOver h2{color:#FFF;font-size:50px;width:100%;text-align:center;float:left;margin-top: 1em;}
#gameOver input{float:right;margin:15em 10em 1em 0;width:100px;border:none;padding:0.5em;background:#085408;color:#FFF;font-weight:bold}
#gameOver input:hover{background:#3df500;color:#333;cursor:pointer}
#score{float: right; color: #FFFFFF; position: absolute; z-index: 999; font-weight: bold; margin-top: 0.5em;}
.kineticjs-content{background:#010114;cursor:none}
/*.kineticjs-content{background:#90ff00;cursor:none}*/