body{background-color:#000}#gameWindow{position:relative;width:600px;height:400px;background-color:#000;overflow:hidden;z-index:101}#pacman,#redGhost,#greenGhost,#pinkGhost,#whiteGhost{position:absolute}.rotate90{transform:rotate(90deg);behavior:url(-ms-transform.htc);moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg)}.rotate270{transform:rotate(270deg);behavior:url(-ms-transform.htc);moz-transform:rotate(270deg);-o-transform:rotate(270deg);-ms-transform:rotate(270deg);-webkit-transform:rotate(270deg)}.flip-horizontal{-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);-ms-filter:fliph;filter:fliph}.wall{position:absolute;background-color:blue;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}#gameOver{display:none;position:relative;text-align:center;background-color:#000;color:#fff;height:400px;width:600px;z-index:100}#replay{font-size:35px;top:265px;left:0;width:600px;height:20px;border-radius:5px;position:absolute;padding-top:5px;padding-bottom:-5px;cursor:hand;cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#congrats{position:absolute;font-size:40px;top:100px;left:0;width:600px;text-align:center}.dot{position:absolute;border-radius:10px;background-color:#ff0;border:1px solid #000;z-index:10}#output{background-color:#000;cursor:hand;cursor:pointer;width:200px}#dead{position:absolute;top:180px}
