.textarea {
    border: 2px solid #ccc;
    border-radius: 4px;
    resize: none;
    font-size: 14px;
  }
  
  .form {
   text-align: left;
   margin-top: 50px;
   margin-bottom: 100px;
  margin-left: 150px;
  margin-right: 150px;
   color: black;
   background: none;
   border-radius: 15px;
   border: 2px solid steelblue;
   padding: 20px;
   font-family: 'Patua One', cursive;
   font-size: 20px;
  
  }
  
  .formheader  {
    text-align: center;
    margin-top: 50px;
    font-family: 'Patua One', cursive;
  
  }
  
  textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid darkblue;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
    font: inherit;
    font-size: 20px;
   
  }
  
  
  
  input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid darkblue;
    border-radius: 4px;
    box-sizing: border-box;
    resize: none;
    font-family: 'Patua One', cursive;
    font-size: 20px;
  }
  
  input[type=email], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid darkblue;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Patua One', cursive;
    font-size: 20px;
  }
  
  input[type=tel], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid darkblue;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Patua One', cursive;
    font-size: 20px;
  }

  label {
    display: flex;
    align-items: center;
  


