body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #2c3e50; font-size: 2.5em; border-bottom: 3px solid #e74c3c; padding-bottom: 10px; }
        h2 { color: #e74c3c; margin-top: 30px; }
        h3 { color: #3498db; }
        .logo { font-size: 2em; font-weight: bold; color: #e74c3c; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        .nav { display: flex; justify-content: space-between; background: #f8f9fa; padding: 10px; border-radius: 5px; margin-bottom: 20px; }
        .nav-mobile { display: none; }
        .btn { background: #e74c3c; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; margin: 10px 0; display: inline-block; }
        .download-btn { background: #27ae60; }
        .login-btn { background: #3498db; }
        .stats { background: #f1f1f1; padding: 15px; border-radius: 5px; margin: 15px 0; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tags { margin: 20px 0; }
        .tag { display: inline-block; background: #e0e0e0; padding: 5px 10px; border-radius: 20px; margin: 5px; }
        footer { margin-top: 40px; padding-top: 20px; border-top: 1px solid #ddd; }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .nav-mobile { display: block; text-align: center; margin-bottom: 20px; }
            .nav-mobile button { background: #e74c3c; color: white; border: none; padding: 10px; border-radius: 5px; cursor: pointer; }
            h1 { font-size: 2em; }
        }
