
  .container-jackpot {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
  }
  .jackpot-logo {
    height: 70px;
  }
  .jackpot-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .box-jackpot-number {
    width: 50px;
    height: 50px;
    line-height: 44px;
    color: #ffffff;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 3px;
    margin: 5px 3px;
    text-align: center;
  }
  