.padrao{
    color: #fff;
    font-family: arial;
    font-size: 17px;
    padding: 7px;
    border: none;
    border-radius: 15px;
    font-weight: bold; 
}

.amarelo{
    background: gold;
    color: black;
}

.branco{
    background: buttonface;
    color: black;
}

.azul{
    background: blue;
}

.verde{
    background: green;
}

.laranja{
    background: orangered;
}

.roxo{
    background: blueviolet;
}

.preto{
    background: black;
}

.vermelho{
    background: red;
}
.zero{
    background: green;    
    margin-left: 2px;
}

.esconder{
    visibility: hidden;  
}

.center{
    margin-left: 75px;	
}

div{
    padding-top: 10px;
    width: 475px;
}
.botao{
    width: 150px;
    height: 30px;
    border: none;
    background-color:darkkhaki;
    color: white;
    border-radius: 10px;
    font-family: arial;
    font-size: 22px;	
}

.botao:hover {
  background-color: #716e40;
}

.botao:focus {
  background-color: darkkhaki;
}

#imagem{
    display: block;
    margin-left: auto;
    margin-right: auto;		
}

#aposta{
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    width: 462px;
    height: 25px;
    border-radius: 10px;
}

.valorP{
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    width: 462px;
    height: 25px;
    border-radius: 10px;
}

#indice{
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    width: 40px;
    height: 25px;
    border-radius: 10px;
}

label{
    font-family: arial;
    font-size: 31px;
    font-weight: bold;
    margin-right: -2px;
    
}

.number{
    width: 50px;
    height: 31px;
    font-size: 31px;
    border-radius: 10px;
    font-family: arial;
    font-weight: bold;
    margin-right: 15px;
}
