#game {
    width: 30rem;
    height: 30rem;
    position: relative;
    border: 2px solid black;
}

#game > div {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
}