/* CONFIGURACAO PAGINA JOGO */

button.jogo {
    margin: 3px 0 0 20px;
  }

button.jogo {
    background: #1b56f8;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
  }


.jogo:hover {
    color: #fff !important;
    text-decoration: none;
    background: #100788;
}
.jogo:focus{
    color: #fff !important;
    text-decoration: none;
    background: #100788;
}
.especial{
        color: #757575;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        padding: 15px;
        text-align: center;
    }
.baralho {
        font-weight: 800;
        padding: 10px;
        text-align: center;
        font-size: 20px;
    }
.tipo-jogo{
    font-weight: 800;
    line-height: 10px;
    width: 150px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
}
.tipo-jogo:hover{
    color: #3fae96;

}
.ultimo-paragrafo{
    margin-bottom: 55px;
}

.menu-jogos{
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    margin-top: 20px;
   
   
}