body {
    background-color: #222222;
}

button {
    font-size: 24px;
}

.grid button {
    width: 36px;
    height: 36px
}

button:active {
    background-color: deepskyblue;
}