html {
	height: 100%;
	font-size: 18px;
	box-sizing: border-box;
	border: 1em solid #fff;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
	height: 100%;
	font-family: "Mplus 1p";
	font-weight: 300;
	line-height: 1.6;
	font-feature-settings : "palt";
	color: #003;
	background: #fcc;
	text-align: justify;
	text-justify: inter-ideograph;

}

h1 {
	line-height: 1.3;
	letter-spacing: -0.02em;
	font-weight: 900;
	font-size: 1.6rem;
	margin: 1rem 0 0;
}

p {
	font-weight: 600;
	font-size: 1rem;
	margin: 0;
}
.page-wrapper {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page {
	margin: 0 auto;
	padding: 0 2em;
	max-width: 600px;
}