body { font-family: 'Arial', sans-serif; line-height: 1.6; margin: 0; padding: 0; color: #333; background: #f5f5f5; }
        .container { max-width: 1200px; margin: 0 auto; padding: 20px; }
        header { background: #0a2e5d; color: white; padding: 15px; position: relative; }
        .logo { font-size: 28px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }
        nav { display: flex; justify-content: space-between; align-items: center; }
        .mobile-menu { display: none; cursor: pointer; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-menu { display: block; }
        }
        h1 { color: #0a2e5d; font-size: 32px; margin-top: 30px; }
        h2 { color: #2c4b7a; font-size: 24px; margin-top: 25px; border-bottom: 2px solid #0a2e5d; padding-bottom: 5px; }
        h3 { color: #4a6ea9; font-size: 20px; margin-top: 20px; }
        .btn { display: inline-block; background: #0a2e5d; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; }
        .btn:hover { background: #2c4b7a; }
        img { max-width: 100%; height: auto; margin: 15px 0; border-radius: 8px; }
        footer { background: #0a2e5d; color: white; text-align: center; padding: 20px; margin-top: 30px; }
        .game-types { margin: 20px 0; }
        .tags { margin: 20px 0; }
