body{background-color:#000;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#gameScreen{background-color:#34495e;overflow:hidden;position:relative;font-family:'press_start_2pregular',sans-serif;color:#fff;margin:0 auto}.obj{position:absolute;z-index:1}#titleScreen{position:absolute;z-index:100;background-color:#16a085;margin:0 auto;padding-top:50px;text-align:center}#titleScreenContent{padding-top:100px;background-color:rgba(0,0,0,0);margin:0 auto;text-align:center}#titleScreen h1,h2{color:#fff;font-size:36pt}#titleScreen,#creditScreen,#storyScreen,#gameOverScreen{position:absolute;width:640px;height:640px}#creditScreen,#storyScreen,#gameOverScreen{display:none;text-align:center;margin:0 auto}#gameOverScreen{background-color:#2980b9;z-index:2}#gameOverContent{padding-top:50px;background-color:rgba(0,0,0,0);margin:0 auto;text-align:center;z-index:2}#creditScreen{background-color:#2c3e50}#creditScreen p{padding-top:50px}#creditScreen p span{color:#e74c3c}#instructions{padding-top:30px}#scorebar{width:640px;height:120px;left:50px;padding-top:5px;text-align:left;color:#fff}.button{padding:10px;border-radius:10px;width:120px;text-align:center;cursor:hand;cursor:pointer;font-size:14pt;margin:0 auto;user-select:none;-o-user-select:none;-moz-user-select:none;-webkit-user-select:none;-khtml-user-select:none}.button:hover{border:5px solid #1abc9c}#btnSkip:hover{color:#1abc9c}