body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1, h2, h3 { color: #8B0000; margin: 25px 0 15px; }
        h1 { font-size: 2.5em; border-bottom: 3px solid #FFA500; padding-bottom: 10px; }
        h2 { font-size: 1.8em; border-left: 5px solid #FFA500; padding-left: 10px; }
        h3 { font-size: 1.4em; color: #CD5C5C; }
        .logo { font-size: 2em; font-weight: bold; color: #8B0000; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); }
        .mobile-nav { display: none; background: #8B0000; color: white; padding: 10px; text-align: center; cursor: pointer; }
        .nav-links { display: flex; justify-content: space-around; background: #8B0000; padding: 15px 0; }
        .nav-links a { color: white; text-decoration: none; font-weight: bold; }
        .content-img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 10px; }
        .btn { display: inline-block; background: #FFA500; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .tags { margin: 20px 0; }
        .tags a { background: #CD5C5C; color: white; padding: 5px 10px; margin: 5px; border-radius: 3px; text-decoration: none; }
        .game-types { margin: 20px 0; }
        .game-types a { background: #8B0000; color: white; padding: 5px 10px; margin: 5px; border-radius: 3px; text-decoration: none; }
        footer { margin-top: 40px; padding: 20px; background: #333; color: white; text-align: center; }
        @media (max-width: 768px) {
            .nav-links { flex-direction: column; display: none; }
            .mobile-nav { display: block; }
            .nav-links.active { display: flex; }
            body { padding: 10px; }
        }
