body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; background-color: #f5f9e8; }
        h1 { color: #2a5d34; text-align: center; margin-bottom: 30px; }
        h2 { color: #3a7d44; border-bottom: 2px solid #8bc34a; padding-bottom: 5px; margin-top: 40px; }
        h3 { color: #4e8c5a; }
        .logo { font-size: 2.5em; font-weight: bold; color: #2a5d34; text-align: center; margin: 20px 0; }
        .nav { display: flex; justify-content: center; gap: 20px; margin: 20px 0; flex-wrap: wrap; }
        .nav a { text-decoration: none; color: #2a5d34; font-weight: bold; }
        .mobile-nav-toggle { display: none; position: fixed; bottom: 20px; right: 20px; background: #2a5d34; color: white; padding: 10px 15px; border-radius: 5px; cursor: pointer; }
        .button { display: inline-block; padding: 12px 24px; background: #2a5d34; color: white; text-decoration: none; border-radius: 5px; margin: 10px 0; font-weight: bold; }
        .button:hover { background: #1e4a28; }
        .image-container { text-align: center; margin: 30px 0; }
        .image-container img { max-width: 100%; height: auto; border-radius: 8px; }
        .tags { margin: 20px 0; }
        .tags a { background: #e0f7fa; padding: 5px 10px; margin: 5px; border-radius: 3px; text-decoration: none; color: #00796b; }
        .game-types { margin: 20px 0; }
        .game-types a { background: #c8e6c9; padding: 5px 10px; margin: 5px; border-radius: 3px; text-decoration: none; color: #1b5e20; }
        .copyright { text-align: center; margin-top: 50px; padding-top: 20px; border-top: 1px solid #ddd; color: #666; }
        @media (max-width: 768px) {
            .nav { flex-direction: column; align-items: center; }
            .mobile-nav-toggle { display: block; }
            .nav.mobile-hidden { display: none; }
        }
