body{
background:#070707;
color:white;
font-family:Arial;
margin:0;
padding:0;
}

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px;
background:#111;
border-bottom:2px solid #8a2be2;
}

nav a{
color:white;
margin:10px;
text-decoration:none;
}

.hero{
text-align:center;
padding:80px 20px;
background:linear-gradient(135deg,#12001f,#300050);
}

.hero button{
padding:15px 30px;
background:#a020f0;
border:none;
color:white;
font-size:18px;
border-radius:10px;
cursor:pointer;
}

.games,.prices{
padding:40px 20px;
display:flex;
gap:20px;
justify-content:center;
flex-wrap:wrap;
}

.card,.price-card{
background:#161616;
padding:30px;
border:1px solid #8a2be2;
border-radius:15px;
min-width:180px;
text-align:center;
box-shadow:0 0 20px rgba(160,32,240,.3);
}

footer{
text-align:center;
padding:20px;
background:#111;
margin-top:40px;
}
