.grid {
    border: 1px solid black;
}

.row {

}

.cell {
    height: 4px;
    width: 4px;
    border-radius: 2px;
}

.dead {
    background-color: white;
}

.alive {
    background-color: black;
}
