body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF4500; text-align: center; margin-bottom: 10px; }
        h2 { color: #008080; border-bottom: 2px solid #FFD700; padding-bottom: 5px; }
        h3 { color: #8B4513; }
        .logo { font-size: 28px; font-weight: bold; color: #FF4500; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        .mobile-nav { display: none; background: #FFD700; padding: 10px; text-align: center; }
        .nav-toggle { display: none; background: #FF4500; color: white; padding: 10px; cursor: pointer; }
        nav { background: #FFD700; padding: 15px; margin-bottom: 20px; }
        nav ul { list-style: none; padding: 0; display: flex; justify-content: center; }
        nav ul li { margin: 0 15px; }
        nav ul li a { text-decoration: none; color: #333; font-weight: bold; }
        .download-btn { background: #008000; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 0; }
        .login-btn { background: #0000FF; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 15px 10px; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tags a { background: #E0E0E0; padding: 5px 10px; margin: 0 5px; text-decoration: none; color: #333; border-radius: 3px; }
        footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 30px; }
        @media (max-width: 768px) {
            .nav-toggle { display: block; }
            nav { display: none; }
            nav.active { display: block; }
            nav ul { flex-direction: column; }
            nav ul li { margin: 10px 0; text-align: center; }
        }
