
body {
  margin: 0;
  padding: 0;
  font-family: 'Tajawal', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

header {
  background-color: #333;
  padding: 20px;
  text-align: center;
  color: #fff;
}


    .center {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .center label,
    .center input,
    .center select,
    .center textarea {
        margin-bottom: 10px;
        display: block;
    }
    
    .center .form-column {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .center .form-column label,
    .center .form-column input,
    .center .form-column select,
    .center .form-column textarea {
        width: calc(50% - 5px);
    }
    
    .center .form-column label {
        text-align: right;
    }
    
    .center input[type="submit"] {
        /* Existing styles */

        display: block;
        margin: 20px auto;
        width: 200px; /* Adjust the width as needed */
        font-size: 20px;
        font-family: inherit;
        color: #fff;
        background-color: #25d366;
        padding: 10px;
        border-radius: 10px;
        text-decoration: none;
        border: none;
        cursor: pointer;
    }


@media screen and (min-width: 768px) {
  .gallery img {
    max-width: 400px;
  }
}
