#data-collection-form {
  font-family: Arial, sans-serif;
}

#data-collection-form label {
  font-weight: bold;
}

#data-collection-form input[type="text"] {
  width: 100%;
  border-radius: 4px;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

#data-collection-form input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#data-collection-form input[type="submit"]:hover {
  background-color: #45a049;
}
