body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF5733; font-size: 2.5em; text-align: center; }
        h2 { color: #3A86FF; border-bottom: 2px solid #FFD166; padding-bottom: 5px; }
        h3 { color: #06D6A0; }
        .nav { background: #FFD166; padding: 10px; display: flex; justify-content: space-between; align-items: center; }
        .nav-mobile { display: none; }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .nav-mobile { display: block; text-align: center; }
            .nav-btn { background: #3A86FF; color: white; padding: 10px; border: none; }
        }
        .game-btn { background: #06D6A0; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; margin: 10px 0; display: inline-block; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 30px; }
