@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap);*{margin:0;padding:0;box-sizing:border-box;font-family:"Nunito",sans-serif}.container{height:100vh;width:100%}.hidden{display:none}.dark{background-color:#333;color:#fff}header{text-align:center;padding-bottom:10px;border-bottom:1px solid rgba(0,0,0,.4)}h1{font-size:35pt;margin-bottom:5px}.difficulty>label,.duration>label,.theme>label{padding:0 5px;text-align:center}.game-setup{display:flex;justify-content:space-evenly;text-align:left}.start-btn{background:none;padding:5px 10px;background-color:#f08080;border:none;margin-top:10px;color:#5b1470;justify-self:center;cursor:pointer;transition:all .2s}.start-btn:hover{background-color:#e62052;color:#fff}footer{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100px;background-color:#d3d3d3}p.lives,p.timer{font-size:25px;font-weight:700;text-align:center}.game{display:flex;justify-content:center;min-height:420px}.number-container>p{border:1px solid #000;border-radius:20%;width:40px;height:40px;font-size:20pt;margin-left:50px;margin-top:5px;margin-bottom:5px;text-align:center}.board{padding-top:10px;margin-top:10px;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;width:360px;height:360px}.tile{border:1px solid #000;width:40px;height:40px;text-align:center;margin:0;vertical-align:middle;font-size:20pt}.selected{background-color:#add8e6}.incorrect{color:red}.right-border{border-right:4px solid #000}.bottom-border{border-bottom:4px solid #000}.number-container:hover,.tile:hover{cursor:pointer}
/*# sourceMappingURL=main.58c8f7ee.chunk.css.map */