body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background: #f9f9f9; }
        .container { max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #e74c3c; text-align: center; margin-bottom: 30px; }
        h2 { color: #2980b9; border-bottom: 2px solid #eee; padding-bottom: 10px; }
        h3 { color: #27ae60; }
        .nav { background: #e74c3c; padding: 15px; text-align: center; position: relative; }
        .nav-toggle { display: none; position: absolute; right: 20px; top: 15px; cursor: pointer; }
        .nav-links { display: flex; justify-content: center; }
        .nav-links a { color: white; padding: 0 15px; text-decoration: none; }
        @media (max-width: 768px) {
            .nav-links { display: none; flex-direction: column; }
            .nav-links.active { display: flex; }
            .nav-toggle { display: block; }
        }
        .btn { display: inline-block; padding: 10px 20px; background: #2980b9; color: white; text-decoration: none; margin: 10px 0; border-radius: 5px; }
        .image-container { text-align: center; margin: 20px 0; }
        .image-container img { max-width: 100%; height: auto; }
        .footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 30px; }
        .game-types { margin: 20px 0; }
        .tags { margin: 20px 0; }
