.tile{width:16px;height:16px;float:left;background-image:url(../images/clear.png)}html{font-family:Verdana,Geneva,Tahoma,sans-serif}.hidden{background-image:url(../images/hidden.png)}.flag{background-image:url(../images/flag.png)}.mine{background-image:url(../images/mine.png)}.gameInfoSection{display:flex;flex-direction:row;justify-content:space-between;width:45%;padding:15px}.gameInfoSection span{display:flex;justify-content:center}#minefield{margin:0 auto;position:relative;background-color:#e6e6e6;display:grid;grid-template-columns:repeat(auto-fit,minmax(35rem,2fr))}canvas{padding:0;margin:0 auto;display:block}.winLoseBanner{position:relative;height:5vh}.winLose{display:flex;align-items:center;justify-content:center}#win{font-family:verdana;font-size:2vw;color:#fff;visibility:hidden;background-color:green;position:absolute;width:100%;min-height:5vh}#lose{font-family:verdana;font-size:2vw;color:#fff;visibility:hidden;background-color:red;position:absolute;width:100%;min-height:5vh}.mine_hit{background-image:url(../images/mine_hit.png)}.mine_marked{background-image:url(../images/mine_marked.png)}.tile_1{background-image:url(../images/tile_1.png)}.tile_2{background-image:url(../images/tile_2.png)}.tile_3{background-image:url(../images/tile_3.png)}.tile_4{background-image:url(../images/tile_4.png)}.tile_5{background-image:url(../images/tile_5.png)}.tile_6{background-image:url(../images/tile_6.png)}.tile_7{background-image:url(../images/tile_7.png)}.tile_8{background-image:url(../images/tile_8.png)}.icons{margin:auto;width:24px;height:24px;background-position:center;background-size:contain}#smiley{width:34px;height:34px;margin:auto}.smiley{margin:auto;background-image:url(../images/face_up.png);background-position:center;background-size:contain}.face_down{background-image:url(../images/face_down.png)}.face_limbo{background-image:url(../images/face_limbo.png)}.face_lose{background-image:url(../images/face_lose.png)}.face_win{background-image:url(../images/face_win.png)}h1{text-align:center;margin:10px}div{margin:auto;text-align:center}body{background-color:#e6e6e6;margin:0}select{font-size:large}#gameArea{padding:5px}#gameArea:nth-child(2){display:flex;justify-content:space-between}#gameArea ul{text-align:left}#gameInfoContainer span{font-size:large}#gameInfoContainer{margin:20px}#infoSection{display:flex;flex-direction:row}#infoSection>div{margin:10px;width:50%}#infoSection .winnerList{width:100%;display:flex;flex-direction:column}#infoSection .winner{width:100%;display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid grey}#infoSection .winner div{margin:5px}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;color:#000}.topBar{display:flex;flex-direction:row;justify-content:space-between;font-weight:700;font-size:larger}.topBar div{margin:1px;display:flex;align-items:center;justify-content:center}.loginForm{min-width:18em;margin:5px}.loginForm input{margin:2px}.smallButton{font-size:.8em}.inputText{font-size:1.3em;width:100%}button{margin:.5em}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
