*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{align-items:center;display:flex;height:100vh;justify-content:center;position:relative;text-align:center;width:100vw}.header{font-size:1.3em;height:4rem;left:0;position:fixed;top:0;width:100%}.header h1{height:100%;padding-top:.5rem}.startTitle{margin-bottom:1em}.selectInput{display:block;height:2.3em;text-align:center;width:100%}.buttonSubmit{display:block;height:2em;margin-top:.2em;width:100%}.game{align-items:center;display:flex;flex-direction:column;padding-top:3em;position:relative}.game-board{grid-gap:1px;display:grid;font-size:16px;height:25em;width:25em}.game-board-8{grid-template-columns:repeat(8,calc(3.125em - .875px));grid-template-rows:repeat(8,calc(3.125em - .875px))}.game-board-16{grid-template-columns:repeat(16,calc(1.5625em - .9375px));grid-template-rows:repeat(16,calc(1.5625em - .9375px))}.game-board-20{grid-template-columns:repeat(20,calc(1.25em - .95px));grid-template-rows:repeat(20,calc(1.25em - .95px))}.game-board-over:after{background-color:hsla(0,0%,78%,.5);content:"";height:25em;position:absolute;width:25em;z-index:1}.board-cell{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.board-cell>p{font-size:.9em}.show-cell{background-color:#afafaf}.mine-cell{background-color:#b92222}.hidden-cell{background-color:#696969}.game-status{flex:0 1;font-size:1.5em;height:3rem;position:absolute;top:0}.options-container{align-items:center;display:flex;height:5em;justify-content:space-around;width:100%}.game-button{height:1.875em;width:6.25em}.game-over{color:red}.game-win{color:green}
/*# sourceMappingURL=main.54094a23.css.map*/