#puzzle{padding:20px;margin:30px 0px}#puzzle div{width:100%;margin:0 auto}#puzzle .puzzleSquare{height:30px;width:30px;text-transform:uppercase;border:0;background:none;font:1em sans-serif}button::-moz-focus-inner{border:0}#puzzle .selected{background-color:yellow}#puzzle .found{background-color:green;color:white}#puzzle .solved{background-color:purple;color:white}#puzzle .complete{background-color:green}#words{padding-top:20px;-moz-column-count:2;-moz-column-gap:20px;-webkit-column-count:2;-webkit-column-gap:20px;column-count:2;column-gap:20px}#words ul{list-style-type:none;padding-left:0}#words li{padding:3px 0;font:1em sans-serif}#words .wordFound{text-decoration:line-through;color:red}#solve{margin:0 30px}@font-face{font-family:"Pixel-Operator";src:url("../../dist/fonts/PixelOperator-Bold.ttf")}.container{max-width:900px}.puzzleSquare,.word,.timer{font-family:"Pixel-Operator" !important;font-size:25px !important;font-weight:bold !important;text-transform:uppercase}.main-content{height:100vh;width:100vw;background-size:cover !important;background-position-y:center !important;background-position-x:right !important;background-repeat:no-repeat !important;background:url("../../dist/img/cenario.png");text-align:center}.main-content .word{color:#fff}.main-content .timer{color:white}.main-content .words-title{background:url("../../dist/img/palavras.png");background-size:contain;background-repeat:no-repeat;display:block;height:30px;background-position-x:center}.main-content .play-btn{position:absolute;bottom:250px;left:0;right:0;margin-left:auto;margin-right:auto;text-align:center;background-image:url("../../dist/img/comecar.png");background-size:contain !important;background-repeat:no-repeat !important;height:45px;width:236px;border-radius:10px}.main-content.playing .play-btn{display:none !important}.main-content.playing .wrapper{display:block}.main-content .wrapper{display:none;align-items:baseline}.main-content .wrapper #puzzle{background:url("../../dist/img/box-palavras.png");background-position:center;background-size:contain;background-repeat:no-repeat}@media (min-width: 1000px){.main-content{background-size:100% 100% !important;background-position-x:center !important}.main-content.playing .wrapper{display:flex;flex-direction:row-reverse;align-items:flex-start;justify-content:space-evenly;padding-top:2%}.main-content.playing .wrapper .words-title{margin-top:30px}.main-content.playing .wrapper #puzzle{margin-top:0}}@media (min-width: 800px) and (max-width: 1000px){.main-content #words{margin:30px auto}.main-content .play-btn{bottom:500px}}
