body{font-family:'Poppins',sans-serif;margin:0;background-color:#121212;color:#fff;line-height:1.6}a{color:#1e90ff;text-decoration:none}header{background-color:rgba(18,18,18,.8);padding:1rem 0;position:fixed;width:100%;top:0;z-index:1000;backdrop-filter:blur(10px)}nav{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.logo{font-size:1.8rem;font-weight:700}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links a{font-weight:600;transition:color .3s ease}.nav-links a:hover{color:#0af}main{padding-top:80px}#hero{background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://source.unsplash.com/random/1600x900/?game,technology') no-repeat center center/cover;height:100vh;display:flex;align-items:center;justify-content:center;text-align:center}.hero-content h1{font-size:3.5rem;margin-bottom:1rem}.hero-content p{font-size:1.2rem;max-width:600px;margin:0 auto 2rem}.cta-button{background-color:#1e90ff;color:#fff;padding:1rem 2rem;border-radius:5px;font-weight:600;transition:background-color .3s ease}.cta-button:hover{background-color:#0af}section{padding:4rem 2rem;max-width:1200px;margin:0 auto;text-align:center}section h2{font-size:2.5rem;margin-bottom:2rem}.games-container{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.game-card{background-color:#1e1e1e;padding:2rem;border-radius:10px;width:300px;transition:transform .3s ease}.game-card:hover{transform:translateY(-10px)}.game-card img{max-width:100%;height:auto;border-radius:5px;margin-bottom:1rem}.game-card h3{font-size:1.5rem;margin-bottom:.5rem}#about{background-color:#1e1e1e}.about-content p{max-width:800px;margin:0 auto}.contact-email{font-size:1.2rem;font-weight:600;display:inline-block;margin-top:1rem;border:2px solid #1e90ff;padding:.8rem 1.5rem;border-radius:5px;transition:background-color .3s ease , color .3s ease}.contact-email:hover{background-color:#1e90ff;color:#fff}footer{text-align:center;padding:2rem 0;margin-top:2rem;border-top:1px solid #333}