body{
background:#0f0f0f;
color:white;
font-family:Arial;
}

.grid{
display:grid;
grid-template-columns:repeat(6,1fr);
gap:20px;
}

.slot{
background:#1b1b1b;
padding:10px;
border-radius:10px;
text-align:center;
}

.slot img{
width:100%;
border-radius:10px;
}

.rtp{
background:#00c853;
padding:5px;
margin-top:5px;
border-radius:5px;
}

.providers a{
margin-right:10px;
color:#00e5ff;
}