
body{
margin:0;
font-family:Arial;
background:linear-gradient(135deg,#3b0066,#8e2de2);
color:white;
text-align:center;
}

.banner{
position:relative;
width:100%;
max-width:900px;
overflow:hidden;
margin:auto;
border-radius:10px;
}

.slider img{
width:100%;
display:none;
}

.banner-title{
position:absolute;
top:20px;
width:100%;
font-size:32px;
font-weight:bold;
text-shadow:0 0 10px black;
}

.top-links{
margin:20px;
}

.btn-apostar{
display:inline-block;
background:#ff0066;
padding:15px 30px;
font-size:20px;
color:white;
border-radius:8px;
text-decoration:none;
animation:pulse 1.5s infinite;
}

.btn-apostar:active{
transform:scale(0.95);
}

@keyframes pulse{
0%{transform:scale(1)}
50%{transform:scale(1.08)}
100%{transform:scale(1)}
}

.btn-atualizar{
margin:20px;
padding:10px 20px;
border:none;
border-radius:5px;
font-weight:bold;
cursor:pointer;
}

.jogos-grid{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:20px;
padding:20px;
}

.jogo-card{
background:rgba(0,0,0,0.4);
width:200px;
padding:15px;
border-radius:10px;
}

.jogo-card img{
width:100%;
height:100px;
object-fit:cover;
border-radius:6px;
}
