.elementor-4305 .elementor-element.elementor-element-7bcc731{--display:flex;}/* Start custom CSS for html, class: .elementor-element-93d4834 */body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background: #fafafa;
  color: #333;
  margin: 0;
  padding: 0;
}

header, footer {
  text-align: center;
  background: #f0f0f0;
  padding: 1rem 0;
}

main {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

fieldset {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 1rem;
}

legend {
  font-weight: bold;
}

input, textarea, button {
  width: 100%;
  padding: .8rem;
  margin: .5rem 0;
  border: 1px solid #bbb;
  border-radius: 4px;
}

button {
  background: #0077cc;
  color: white;
  font-size: 1rem;
  cursor: pointer;
}
button:hover {
  background: #005fa3;
}/* End custom CSS */