@font-face { font-family: "Digital-7"; src: url("digital-7.ttf"); } h1 { text-align: center; } td { padding: 0px; } table { margin: auto; margin-top: 0; margin-bottom: 5%; border-collapse: collapse; border-spacing: 0px; } table td { width: 2.5em; height: 2.5em; } table button { display: block; background: lightgrey; margin: 0; width: 100%; height: 100%; text-align: center; font-size: 1.6em; border-width: 6px; border-style: outset; border-radius: 0px; border-color: grey; } table button.visited { background: lightgrey; border-style: solid; border-width: 1px; } table button.flagged { background: url("flag.svg"); } button { font-weight: bold; } label { width: 15%; text-align: right; } input { width: 45%; margin-left: 10px; } #minesweeper-settings div { display: flex; justify-content: center; align-items: center; margin-bottom: 10px; } #minesweeper-game-info div { display: flex; justify-content: space-around; margin: 0 30%; } #minesweeper-stop, #minesweeper-timer { font-size: 2em; text-transform: uppercase; } #minesweeper-timer { min-width: 100px; font-family: "Digital-7"; font-size: 3em; display: block; font-weight: bolder; text-align: center; background: black; border: 2px; border-color: white; border-radius: 3px; padding: 5px 10px; margin: 0 !important; } #flash-message { padding: 10px; border: solid; border-width: 2px; border-radius: 7px; margin: auto; width: 50%; margin-bottom: 30px; text-align: center; } #flash-message.flash-won { background: #2e7d32; border-color: #1b5e20; } #flash-message.flash-lost { background: #c62828; border-color: #b71c1c; } .info-bar { height: 120px; }