html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #3498db;
  overflow-x: hidden;
}

/* Ensure JotForm takes full height */
body > script:first-of-type + script {
  display: block;
  min-height: 100vh;
}