body{
	margin: 0;
	padding: 0;
	font-family: 'Times', serif;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}
#center{
  position: absolute;
  width: 276px;
  height: auto;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
}
#center img{width: 174px;}
#info{
	margin: 50px auto 0 auto;
  padding-top: 40px;
  width: 100%;
  height: auto;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 300px) {
	body{font-size: 12px;}
	#center{width: 220px;}
	#center img{width: 140px;}
	.text{font-size: 14px;}
}