.outwrap {
	margin-top: 0;
	padding-top: 0;
	height: 100vh;
	background-image: linear-gradient(to bottom,  #ebccff, #ffffff);
}
/* large */
@media only screen and (min-width: 600px) {
	.outwrap {
		font-size: 1.1em;
	}
}
/* small */
@media only screen and (max-width: 600px) {
	.outwrap {
		font-size: 0.9em; 
	}
}
h1 {
	font-size: 4.00em;
	text-align: center;
	padding-top: 10vh;
}
.line01 {
	font-size: 2.5em;
	text-align: center;
	margin-top: 1em;
	font-style: italic;
}
