@charset "utf-8";

html,body{
	height:100%;
	margin:0;
	padding:0;
}

body{
	position:relative;
}

h1{
	position:absolute;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#707070;
	font-weight:normal;
}