@import url(https://fonts.googleapis.com/css2?family=Roboto&display=swap);.winners-list{border:1px solid #d3d3d3;padding:2rem}.winners-list .item{margin:1rem}.winners-list .item .date{color:grey}.board .title,.game-settings{text-align:center}.game-settings{display:flex;justify-content:space-between;align-content:center;align-items:center;margin:1rem}.game-info{margin:2rem}.square{border:1px solid #134c75}.square.blue{background-color:#1e90ff}.square.green{background-color:#20b2aa}.square.red{background-color:tomato}.square.white{background-color:#f8f8ff}.square.white:active,.square.white:focus,.square.white:hover{background-color:#d3d3d3;cursor:pointer}.square.S_size{width:26.67px;height:26.67px}.square.M_size{width:40px;height:40px}.square.L_size{width:80px;height:80px}.playground{display:flex;flex-direction:column;align-items:center}.playground .grid{display:flex;flex-wrap:wrap;border:1px solid #00ced1;width:402px}.game .title{text-align:center}*{padding:0;margin:0;box-sizing:border-box}body{background-color:#134c75;color:#e6e6fa;font-family:"Roboto",sans-serif;display:flex;justify-content:center;min-height:100vh;padding:2rem}h1,h2,h3{text-transform:uppercase;padding:.5rem;margin:2rem .5rem .5rem}li{text-transform:capitalize;list-style:none}.warning{color:#ff4500}.text-center{text-align:center;align-items:center;justify-content:center;width:100%}
/*# sourceMappingURL=main.59289eb6.chunk.css.map */