.row {
   display: flex;
   justify-content: center;
}

.align-items-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.game-options-container .game-option-col {
    padding: 10px;
}
