.game {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.box {
    height: 18vmin;
    width: 18vmin;
}
