body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}a{color:#000;margin:0 5px}.TicTacToe{margin-top:10vh;display:flex;justify-content:center;align-items:center}.TicTacToeBox{width:300px;height:375px;border:2px solid;text-align:center}.TicTacToeBox h1{margin:0;font-size:35px;text-align:center;border-bottom:1px solid}.TicTacToeBox p{margin:15px 0;font-size:large;text-align:center}.board{margin:20px 52px}.board-row:after{clear:both;content:"";display:table}.square{background:#fff;border:1px solid #999;float:left;font-size:24px;font-weight:700;line-height:65px;height:65px;margin-right:-1px;margin-top:-1px;padding:0;text-align:center;width:65px}.buttonAare{display:flex;justify-content:space-around}.Maze{align-items:center}.Maze,.Maze .MazeTop{display:flex;flex-direction:column}.Maze .MazeTop{margin-top:25px;width:300px;height:200px;text-align:center}.Maze .MazeTop h3,.Maze .MazeTop p{flex:1 1}.Maze .MazeTop div{flex:2 1;flex-direction:row;justify-content:space-around}.Maze .MazeTop div,.Puzzle{display:flex;align-items:center}.Puzzle{margin-top:30px;flex-direction:column;justify-content:center}.Puzzle h3{margin:15px 0;color:#146ef5}.Puzzle .PuzzleContent{color:#458ffd;background-color:#e5edfa;width:800px;height:450px;display:flex;flex-direction:row;border:2px solid;border-radius:15px}.Puzzle .PuzzleContent .PuzzleLeft{flex:4 1;display:flex;flex-direction:column;border-right:2px solid}.Puzzle .PuzzleContent .PuzzleLeft input{display:none}.Puzzle .PuzzleContent .PuzzleLeft .PuzzleLeftButton{flex:1 1;display:flex;justify-content:space-around;align-items:center}.Puzzle .PuzzleContent .PuzzleLeft .PuzzleLeftCanvas{flex:3 1;display:flex;justify-content:space-around;align-items:center}.Puzzle .PuzzleContent .PuzzleRight{flex:6 1;display:flex;justify-content:space-around;align-items:center}.MinesweeperPage{align-items:center}.Minesweeper,.MinesweeperPage{display:flex;flex-direction:column}.Minesweeper{justify-content:center;width:800px;height:550px;color:#458ffd;border:2px solid;margin-top:30px}.Minesweeper h3{flex:1 1;border-bottom:2px solid;padding:8px 0}.Minesweeper .MinesweeperMiddle{flex:1.5 1;display:flex;flex-direction:row;justify-content:space-around;align-items:center;border-bottom:2px solid}.Minesweeper .MinesweeperCanvas{flex:10 1;display:flex;justify-content:center;align-items:center}.SnakePage{align-items:center}.Snake,.SnakePage{display:flex;flex-direction:column}.Snake{justify-content:center;width:800px;height:550px;color:#458ffd;border:2px solid;margin-top:30px}.Snake h3{flex:1 1;border-bottom:2px solid;padding:8px 0}.Snake .SnakeMiddle{flex:1.5 1;display:flex;flex-direction:row;justify-content:space-around;align-items:center;border-bottom:2px solid}.Snake .SnakeCanvas{flex:10 1;display:flex;justify-content:center;align-items:center}.Homepage{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap}
/*# sourceMappingURL=main.d3bb8858.chunk.css.map */