@font-face {
	font-family: Noto Sans JP;
	src: url("NotoSansJP-Regular.otf") format("opentype")
}

@font-face {
	font-family: Noto Sans;
	src: url("NotoSans-Regular.ttf") format("truetype")
}

html, body {
	border: 0;
	height: 100%;
}

body {
	margin: 0;
	font-family: Noto Sans, sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #3A3B23;
	background-color: #F1EDDC;
}

div {
	text-align: center;
}

h1 {
	margin-bottom: 0;
	font-family: Noto Sans JP, sans-serif;
	font-size: 5rem;
}

h2 {
	margin-top: -.75rem;
	margin-bottom: 40%;
	font-size: 1.5rem;
	color: #3A3B23;
}


@media only screen and (max-width: 600px) {
	h1 {
		font-size: 4rem;
	}

	h2 {
		font-size: 1.2rem;
	}
}
