* {
	margin:0 ;
	padding:0;
	border:0;
}
body {
	font-family: "Noto Sans", "Noto Naskh Arabic", "Noto Sans Thai","Noto Sans CJK JP","Arial Unicode MS";
	font-size: 14pt;
	width:100%;
	height:100%;
}
h2 {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}
#info1 {
	font-size: 100%;
}
#info2 {
	font-size: 90%;
	font-style: italic;
}
#content {
	height:100%;
	display: -webkit-flex;
	-webkit-justify-content: space-around;
	-webkit-flex-direction: row;
	-webkit-align-items: center;
}
#text {
	padding:20px;
	padding-top:0;
}
#image2 {
	max-width:70%;
}
img {
	margin-left: 20px;
	margin-right: 20px;
	max-height: 95%;
}
#right{
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-align-items: center;
	-webkit-flex:1 1 50%;
	height:95%;
}
