body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #2c3e50; text-align: center; margin-bottom: 30px; }
        h2 { color: #e74c3c; border-bottom: 2px solid #3498db; padding-bottom: 5px; }
        h3 { color: #2980b9; }
        .logo { font-size: 28px; font-weight: bold; color: #e67e22; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        nav { background: #34495e; padding: 15px; margin-bottom: 30px; }
        nav ul { list-style: none; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; }
        nav li { margin: 0 15px; }
        nav a { color: white; text-decoration: none; font-weight: bold; }
        .mobile-nav-toggle { display: none; background: #e74c3c; color: white; border: none; padding: 10px 15px; cursor: pointer; }
        .button { display: inline-block; background: #2ecc71; color: white; padding: 12px 25px; text-decoration: none; border-radius: 5px; margin: 15px 0; font-weight: bold; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        footer { background: #2c3e50; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        .game-types { margin: 30px 0; }
        .tags { margin: 20px 0; }
        @media (max-width: 768px) {
            nav ul { flex-direction: column; align-items: center; display: none; }
            .mobile-nav-toggle { display: block; }
            nav.active ul { display: flex; }
        }
