body {
    min-height: 80vh;
}

#game {
    background-color: black;
}

.game-board {
    width: 700px;
    display: flex;
    flex-direction: row;
}

.selector {
    margin-left: 20px;
}

footer {
    text-align: center;
    position: absolute;
    bottom: 10px;
}