body {
  background-color: lightgrey; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, lightblue , white);
}


.header {
  background-color: #fff;
  padding: 1px;
  text-align: center;
  box-shadow: 0px 10px 10px grey;
}

.headertext {
  font-family: "Kings", Georgia, serif;
  font-size: 50px;
  font-weight: bold;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: black;
  text-underline-offset: 15px;
  line-height: 0px;
  font-variant: small-caps;
  color: #000;
}
.headersub {
  text-align: center;
  font-family: "Kings", Georgia, serif;
  font-size: 30px;
  line-height: 0px;
  font-variant: small-caps;
  text-shadow: 0px .5px 1px #000;
  color: GoldenRod;
}

.container {
  display: flex;
  flex-direction: column;
}
.mainbody {
 font-size: 24px;
 font-family: Thasadith, Arial, san-serif;
 margin: auto;
 text-align: justify;
 padding: 50px;
 height: 80%;
 width: 80%;
 overflow: auto;
}

.small {
  font-family: Thasadith, Arial, sans-serif;
  font-size: 20px;
  font-style: bold;
  text-align: center;
  line-height: 20px;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #000000;
  padding: 30px;
  margin: auto;
}

.footer {
  background-color: #000;
  padding: 15px;
  font-family: Thasadith, Arial, sans-serif;
  font-style: bold;
  text-align: center;
  font-size: 20px;
  line-height: 10px;
  color: white;
  box-shadow: 0px 10px 10px grey;
}

img {
  float: left;
  margin-right: 50px;
  width: 50%;
  height: auto;
  border-radius: 25px;
}