body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 28px; font-weight: bold; color: #FF4500; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
        nav { background: #FFF8DC; padding: 10px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center; }
        .mobile-menu { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-menu { display: block; }
        }
        h1 { color: #2E8B57; border-bottom: 2px solid #FFD700; padding-bottom: 10px; }
        h2 { color: #FF6347; margin-top: 30px; }
        h3 { color: #4682B4; }
        .btn { display: inline-block; background: #FF4500; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; }
        .game-img { max-width: 100%; height: auto; margin: 20px 0; }
        footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        .tag { background: #EEE; padding: 5px 10px; margin: 5px; border-radius: 3px; display: inline-block; }
