body { font-family: 'Arial', sans-serif; line-height: 1.6; margin: 0; padding: 0; background-color: #f0f8ff; color: #333; }
        .container { max-width: 1200px; margin: 0 auto; padding: 20px; }
        header { background-color: #1a5276; color: white; padding: 15px; position: relative; }
        .logo { font-size: 28px; font-weight: bold; color: #ffd700; text-shadow: 2px 2px #000; }
        nav ul { list-style: none; padding: 0; display: flex; }
        nav ul li { margin-right: 20px; }
        nav ul li a { color: white; text-decoration: none; }
        .mobile-nav-toggle { display: none; position: absolute; right: 20px; top: 15px; }
        h1 { color: #1a5276; border-bottom: 3px solid #ffd700; padding-bottom: 10px; }
        h2 { color: #2874a6; margin-top: 30px; }
        h3 { color: #3498db; }
        .btn { display: inline-block; padding: 10px 20px; background-color: #2874a6; color: white; text-decoration: none; border-radius: 5px; margin: 10px 0; }
        .download-btn { background-color: #27ae60; }
        .login-btn { background-color: #e67e22; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        footer { background-color: #1a5276; color: white; padding: 20px; text-align: center; margin-top: 30px; }
        .game-types a, .tags a { color: #3498db; text-decoration: none; margin: 0 5px; }
        @media (max-width: 768px) {
            nav ul { display: none; flex-direction: column; }
            .mobile-nav-toggle { display: block; }
            .active { display: flex !important; }
        }
