body{
font-family:Arial;
background:#0f172a;
color:white;
text-align:center;
}

.provider-menu{
margin:20px;
}

.provider-menu button{
margin:5px;
padding:10px 15px;
background:#2563eb;
border:none;
color:white;
cursor:pointer;
}

.game-list{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
gap:20px;
padding:20px;
}

.game-card{
background:#1e293b;
border-radius:10px;
padding:10px;
}

.game-card img{
width:100%;
border-radius:8px;
}

.rtp{
font-size:20px;
color:#22c55e;
}