/* No custom CSS was directly present in the original <style> tags,
   only some JavaScript-like variables that were malformed.
   Any future CSS styling you want to apply should go here.
   For example: */

body {
  font-family: sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
  background-color: #f4f4f4;
  color: #333;
}

h6 {
  margin-bottom: 5px;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

/* Example for the hCaptcha form */
form {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}
