.grid { /*nosaka grid stilu  */
    height: 400px;
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    background-color: gray;
}

/* timer */
#timer {
    font-size:45px;
    margin:0 auto;
    width:200px;
  }
  
  #controls {
    margin:0 auto;
    width:600px;    
  }
  
  #controls button {
    font-size:20px;
  }

/* timer */

           

.count {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 0%;
}

/* #timer{
    align-items: center;
    justify-content: center;
    margin: 5px;
    font-size: 100px;
} */

#new {
    border:1px solid gray;
    border-radius: 3px;
    width:200px;
    height:50px;
    font-size: 12px;
    text-align:center;
    background-color: #ccc;
}

.grid div { /*nosaka grid stilu tikai ieks <div>*/
    height: 40px;
    width: 40px;
}


.checked {
    background-color: red;
}


.bomb {
    background-color: orange;
}