
body {
	background-color: #fff;
}

.content {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 350px;
	height: 400px;
}

.content img {
	width: 100%;
	height: auto;
}

.content p {
	font-family: "Kanit", sans-serif;
  	font-weight: 600;
  	font-style: normal;
	letter-spacing: 2px;
}




