.elementor-1676 .elementor-element.elementor-element-0c4cb73{--display:flex;}.elementor-1676 .elementor-element.elementor-element-12c39e4{--display:flex;}@media(min-width:768px){.elementor-1676 .elementor-element.elementor-element-0c4cb73{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-cc39cd1 */<style>
    /* General Styles */
    body {
      font-family: Arial, sans-serif;
      line-height: 1.6;
      margin: 0;
      padding: 0;
      background-color: #f9f9f9;
      color: #333;
    }

    header {
      
      color: white;
      text-align: center;
      padding: 0px 0px;
    }

    header h1 {
      margin: 0;
      font-size: 2.5rem;
    }

    header p {
      font-size: 1.2rem;
      margin-top: 5px;
    }

    main {
      max-width: 10000px;
      margin: 0px auto;
      padding: 0px;
      background: white;
      border-radius: 8px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    h2 {
      color: #4CAF50;
      font-size: 1.8rem;
      margin-top: 20px;
    }

    p {
      font-size: 1rem;
      margin: 10px 0;
    }

    .app-container {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .app-image {
      flex: 1;
      text-align: center;
    }

    .app-image img {
      max-width: 100px;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .app-details {
      flex: 2;
      margin-left: 20px;
    }

    .app-details a {
      color: #4CAF50;
      text-decoration: none;
      font-weight: bold;
    }

    .app-details a:hover {
      text-decoration: underline;
    }

    footer {
      text-align: center;
      padding: 10px;
      background: #4CAF50;
      color: white;
      margin-top: 20px;
    }

    @media (max-width: 768px) {
      .app-container {
        flex-direction: column;
      }

      .app-image img {
        max-width: 80px;
      }
    }
  </style>/* End custom CSS */