


.lpHeader{
    background-color: #f3a401;
}

.lpCarousel{
    padding: 0;
}  
.game-name{
    display: inline-flex;
    align-items: center;
    font-size: 1.5rem;
  }
  .lpCarousel {
    margin-bottom: 20px;
  }

  .lpMarketing {
    text-align: center;
  }

  .card-game-icon{
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .slotcard img{
    width: 100%;
  }
  .footer-copywrite{
    background-color: #0092ff;
    text-align: center;
  }

  .footer-copywrite > p{
    color: white;
    font-size: 1.2rem;
  }

  .footer-icon {
    gap: 10px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background-color: #0092ff;
    ;
  }

