<!--
.char {
  font-size: 102%;
  text-indent: 15pt;
  margin: 24px 2%;
  color: #EEEEEE;
  line-break: strict;
  line-height: 150%;
}
.img {
		  width: 300px;
  text-indent: 15pt;
  margin: 24px 20px;
  line-height: 150%;
}
@media screen and (max-width: 510px) {
	.img {
		  width: 80%;
		  height: auto;
	}
}

-->
