body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        header { background-color: #FF9900; color: white; padding: 20px; text-align: center; position: relative; }
        .logo { font-size: 28px; font-weight: bold; text-transform: uppercase; }
        nav { display: flex; justify-content: center; gap: 20px; margin-top: 15px; }
        nav a { color: white; text-decoration: none; }
        .mobile-menu-btn { display: none; position: absolute; right: 20px; top: 20px; }
        @media (max-width: 768px) {
            nav { display: none; flex-direction: column; }
            .mobile-menu-btn { display: block; }
            .show-menu { display: flex !important; }
        }
        h1 { color: #FF4500; border-bottom: 3px solid #FF9900; padding-bottom: 10px; }
        h2 { color: #FF6600; margin-top: 30px; }
        h3 { color: #FF8C00; }
        .btn { display: inline-block; background-color: #008CBA; color: white; padding: 10px 20px; margin: 10px 0; text-decoration: none; border-radius: 5px; }
        .highlight { font-weight: bold; color: #FF4500; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        footer { background-color: #333; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        .game-types { margin: 20px 0; }
        .tags { margin: 20px 0; }
