*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}#app{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-image:url("../img/bricks.jpg");background-repeat:no-repeat;background-position:center;background-size:cover;font-family:'Special Elite', sans-serif;width:100vw;height:100vh}#canvas{display:block;margin:20px}.game{background:rgba(255,255,255,0.8);padding:50px;text-align:center;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:1000px;height:600px}.game #level{margin:20px}.game .results{background:white;text-align:center;margin:5px;width:100px}.game .results h3{border-bottom:3px solid #CBBECD;padding:3px}div#game_over{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:1000px;height:600px;background-color:rgba(255,0,0,0.9);color:white}div#game_over h1{font-size:70px;padding:30px}div#game_over h3{font-size:30px;padding:20px}div#win{width:100%;height:100vh;background-color:limegreen;color:white;font-size:70px}#main{background:#EAD5DF;overflow-x:hidden;padding:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:1000px;height:600px}.play{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#a68a9a;margin-top:10px}.play a{color:white;font-size:30px;text-decoration:none;padding:10px 30px;font-family:sans-serif}.play a:hover{background-color:grey;color:#ffffff}.words{color:#EAD5DF;font-size:0;line-height:1}.words span{font-size:120px;display:inline-block;-webkit-animation:move 2s ease-in-out infinite;animation:move 2s ease-in-out infinite}.words span:nth-child(2){-webkit-animation-delay:0.25s;animation-delay:0.25s}.words span:nth-child(3){-webkit-animation-delay:0.5s;animation-delay:0.5s}.words span:nth-child(4){-webkit-animation-delay:0.75s;animation-delay:0.75s}@-webkit-keyframes move{0%{-webkit-transform:translate(-33%, 0);transform:translate(-33%, 0)}50%{text-shadow:0 15px 40px rgba(0,0,0,0.6)}100%{-webkit-transform:translate(33%, 0);transform:translate(33%, 0)}}@keyframes move{0%{-webkit-transform:translate(-33%, 0);transform:translate(-33%, 0)}50%{text-shadow:0 15px 40px rgba(0,0,0,0.6)}100%{-webkit-transform:translate(33%, 0);transform:translate(33%, 0)}}@-webkit-keyframes blinker{from{opacity:1.0}to{opacity:0.0}}.blink{text-decoration:blink;-webkit-animation-name:blinker;-webkit-animation-duration:0.6s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:ease-in-out;-webkit-animation-direction:alternate}

/*# sourceMappingURL=style.css.map */
