@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);

/* CSS Document */
body {
	background-color: #FFF;
	text-align: center;
	font-family: "Hannari";
}
article {
	margin: 0 auto;
}
p {
	margin: 100px auto;
	text-align: center;
}