

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


body {
    font-family:  'Lexend','Arial', 'Helvetica Neue', Helvetica, sans-serif;
    padding: 0.5em;
    align-items: center;
    
}



.app-header {
    display: flex;
    align-items: center;
}

.app-header h1{
    font-size: 1.5em; 
    color: #026EAA;
}

.app-icon {
    width: 2em; /* Adjust the size of the app icon */
    height: 2em; /* Adjust the size of the app icon */
    margin-right: 10px;

}

.app-name {
    color: #026EAA; /* Change this color to your desired text color */
    margin: 0;
}

.twitter-icon {
    width: 1.5em; /* Adjust the size of the Twitter icon */
    height: 1.5em; /* Adjust the size of the Twitter icon */
    cursor: pointer;
}

.twitter-icon:hover {
    opacity: 0.8;
}

.app-description {
     /* Center the section on the page */
    margin-top: 40px;
    clear: both;
}


.app-description h1 {
    color: #333; /* Change this color to your desired text color */
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    font-size: 26px;  
}

.app-description p {
    color: #333; /* Change this color to your desired text color */
    margin-top: 15px;
    margin-right: 0%;
    margin-bottom: 0%;
    font-size: 16px;
    line-height: 1.5em;
    
}

.download-section {
    margin-right: 0%;
    margin-bottom: 0%;
    margin-top: 20px; /* Adjust the margin as needed */
}



.download-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #026EAA;
    color: #fff;
    border: 1px solid #026EAA;
    border-radius: 25px;
    cursor: pointer;
  }

  .download-button:hover {
    background-color: #02527c;
  }

.additional-image {
    text-align: center;
    margin-top: 20px; /* Adjust the margin as needed */
}

.additional-image img {
    max-width: 100%; 
    height: auto;
    border-radius: 20px; 
}

.company-image {
    text-align: center;
    margin-top: 20px;
}

.company-image img {
    max-width: 100px;
    align-items: center;
    height: auto;
    border-radius: 20px; 
}

@media only screen and (min-width: 768px) {


.app-description h1 {
        text-align: center;
        font-size: 40px;
    }
    .app-description p {
       text-align: center;
       font-size: 20px;       
    }

.additional-image img {
        width: 60%;
    }

.download-section {
        text-align: center;
    }
    
.download-button {
        font-size: 20px;
      }


  }


.feature-box {
    border: 1px solid #ccc;
    border-radius: 8px;
    width: auto;
    height: 100px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }

  @media only screen and (min-width: 768px) {

    .feature-box {
      width: 50%;
      height: 100px;
      float: left;
      flex-wrap: nowrap;
      margin-bottom: 0%;
      justify-content: center;
      box-sizing: border-box;
    
    }
  }

  .feature-text {
    flex-grow: 1;
    margin-right: 20px;
  }

  .feature-header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .feature-subheader {
    font-size: 14px;
    color: #555;
  }

  .feature-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }



footer {
    text-align: center;
    margin-top: 40px;
    clear: both;
   
}



.footer-content_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    margin-bottom: 15px;
}

.footer-content_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.footer-link-1 {
    text-decoration: none;
    color: #333;
     /* Adjust the margin between links as needed */
}


.footer-link-2 {
    color: #026EAA;
    text-decoration: none;
    margin: 0 0.7em; /* Adjust the margin between links as needed */
}

.footer-link-3 {
    color: #268056;
    text-decoration: none;
    margin: 0 0.7em; /* Adjust the margin between links as needed */
}

.footer-link:hover {
    text-decoration: underline;
}



 /* contact page */

ol {
    list-style: none;
    margin-top: 30px;
    padding: 30px;
    background-color: #f2f2f2;
    border-radius: 10px;
    clear: both;
    
}

.message_us h3{
    font-size: 20px;
    margin-bottom: 0%;
}

.message_us p {
    font-size: 16px;
    line-height: 1.5em;
}

li {
    margin: 10px 0;
    margin-bottom: 60px;
}

a {
    color: #031f2e;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.message_me {
    background-color: #031f2e;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
}


.message_me:hover {
    background-color: #538ece;
}



    








