*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#0f172a;color:#fff}.header{background-color:#1e293b;padding:1rem;display:flex;justify-content:space-between;align-items:center}.logo{width:100px;height:100px}.nav-buttons{display:flex;gap:1rem}.button{background-color:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:.25rem;text-decoration:none;border:none;cursor:pointer}.button:hover{background-color:#2563eb}.hero{padding:2rem;text-align:center;background:linear-gradient(to bottom,#1e293b,#0f172a)}.hero h1{font-size:2.5rem;margin-bottom:1rem;color:#f8fafc}.hero p{font-size:1.25rem;color:#94a3b8;margin-bottom:2rem}.product-image{max-width:300px;margin:2rem auto;border:4px double #3b82f6;padding:1rem;border-radius:.5rem}.games-section{padding:2rem}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:1rem}.game-card{background-color:#1e293b;border-radius:.5rem;padding:1rem;text-align:center}.game-card img{width:100%;height:auto;border-radius:.25rem;margin-bottom:1rem}.footer{background-color:#1e293b;padding:2rem;text-align:center;margin-top:2rem}.footer p{color:#94a3b8;margin:.5rem 0}@media (max-width: 768px){.hero h1{font-size:2rem}.nav-buttons{flex-direction:column}.games-grid{grid-template-columns:1fr}}
