.container {
    max-width: 640px;
    height: 100vh;
}

h1 {
    text-align: center;
}

.numbers {
    padding: 15px;
}

.select-number {
    display: inline;
    width: 9%;
    text-align: center;
    text-align-last: center;
    padding: 0;
}

option {
    text-align: center;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

.divider {
    width: 2%;
}

.br {
    border: 1px solid red;
}

.bg {
    border: 1px solid green;
}

.bb {
    border: 1px solid blue;
}

button.active {
    background-color: gray;
    color: white;
}

.player {
    margin-bottom: 15px;
}

.name {
}

.value {
    text-align: right;
}