@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap);:root{--background:#00171f;--primary:#e60067;--secondary:#1298f8;--action:#eac234;--text:#d8e8ee;--box-shadow:-6px 13px 4px 0px rgba(0,0,0,0.611764705882353)}*,:after,:before{box-sizing:border-box}body{font-family:"Poppins",sans-serif;background-color:#1298f8;background-color:var(--secondary);width:100vw;height:100vh}.app{height:100%;width:100%;display:grid;grid-template:auto 1fr/auto;align-content:center;text-align:center;justify-content:center;color:var(--text)}.game-board{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);grid-gap:0;gap:0;box-shadow:var(--box-shadow)}.game-info{margin:0 1rem;padding:0;overflow:auto}.game-info ol{display:flex;flex-direction:column-reverse;padding:0;list-style-type:none;margin:0 2rem}ol>:last-child>button{font-weight:700}.game-bg{z-index:-4;position:absolute;top:0;height:100%;width:100%;background-size:cover;background:url(https://i.pinimg.com/originals/5d/97/b8/5d97b8478ab7fefd6af1b85225640e6d.jpg);-webkit-filter:blur(8px);filter:blur(8px)}.historyButton{padding:.5rem;width:100%;margin:.2rem 0;background-color:var(--action);color:var(--primary);font-size:1.2rem;font-weight:200}.game-board{width:320px;margin:auto}.board-row:after{clear:both;content:"";display:table}.status{margin-bottom:10px}.square{background-color:var(--action);border:.5px solid rgb(187 16 216);font-size:2rem;line-height:2.5rem;height:40px;width:40px;padding:0;text-align:center}.square:focus{outline:none}.kbd-navigation .square:focus{background:#ddd}
/*# sourceMappingURL=main.bafa4f48.chunk.css.map */