.webform-share-page-html {
  background-image: linear-gradient( 95.2deg, rgba(173,252,234,1) 26.8%, rgba(192,229,246,1) 64% );
  display: flex;
  align-items: center;
  justify-content: center;
}
.webform-share-page-html h1.title.page-title {
    font-size: 25px;
    margin: 10px;
    padding: 0;
    line-height: 1.25;
    text-align: center;
}
.webform-share-page-html .region-content {
  /*width: 80vw;*/
  /*margin-top: 20px;*/
}

@media only screen and (min-width: 1024px) {
  .webform-share-page-body {
      width: 70%;
  }
}

.headline {
    text-align: justify;
}
