body { font-family: 'Fredoka One', cursive; color: #161a19; } .score-board { font-size: 75px; padding: 30px; margin: 20px 30px; border: solid #161a19 3px; -webkit-box-shadow: 3px 3px 15px 0px rgba(10,11,25,0.16); box-shadow: 3px 3px 15px 0px rgba(10,11,25,0.16); border-radius: 5px; } .row { display: flex; font-size: 50px; width: auto; gap: 15px; padding: 10px 0; margin: 15px 30px; } .cell { width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; border: solid #161a19 3px; background-color: #D1CEC9; -webkit-box-shadow: 3px 3px 15px 0px rgba(10,11,25,0.16); box-shadow: 3px 3px 15px 0px rgba(10,11,25,0.16); border-radius: 5px; } .cell.checked { background-color: unset; }