.cell{
    background-color: black;
    height: 20px;
    margin: 1px;
    flex: 0 0 20px;
    text-align: center;
  }
  
  .dead{
    background-color: white;
  }
  
  .cellContainer{
    display: inline-flex;
    flex-wrap: wrap;
    overflow-wrap: normal;
    height: 100%;
    padding: 5px auto;
    margin: 0;
    font-size: 0;
    align-items: center;
    background-color: #bdeaee;
    justify-content: center;
    width: 100%;
  }

  .menu{
      width: 100%;
  }
  
.resumeContainer{
  padding-top: 7%;
}

@media only screen and (max-width: 600px) {
  #cellSpace{
    display: none;
  }
}
