.shadowsIntoLight {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
}

.customHandwritten {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
}

.customHandwrittenL {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 150%;
}

span.handWrittenL {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 150%;
}

div.handWrittenL {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 150%;
  line-height: 127%;
  text-align: center;
}

div.handWrittenL1 {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 185%;
  line-height: 127%;
  text-align: center;
}

div.handWrittenL2 {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 175%;
  line-height: 127%;
  text-align: center;
}

div.handWrittenL3 {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
  color: black;
  font-size: 165%;
  line-height: 127%;
  text-align: center;
}

div.imageBlock {
	display: block;
	padding-bottom: 2em;
}
img.inlineImage {
	width: 100%;
	border: 1em solid white;
	transform: rotate(-1deg);
}

img.inlineImageRl {
	width: 100%;
	border: 1em solid white;
	transform: rotate(-1deg);
}

img.inlineImageRr {
	width: 100%;
	border: 1em solid white;
	transform: rotate(2deg);
}

div.buttonBar {
	text-align: center;
	padding-top: 1em;
}

.button {
  background-color: #e7c0af; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.6em 2em;
  font-size: 1.5em;
  border-radius: 12px;
}
.button:hover {
  background-color: #e6c1cc; /* Green */
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.6em 2em;
  font-size: 1.5em;
  border-radius: 12px;
}