

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

body{
	font-family: 'Noto Sans JP', sans-serif;

	margin: 0;
	padding: 0;

	background-color: #33b66a;
	color: #efefef;
}

.wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.child{
	max-width: 800px;
	max-height: 400px;
}

.child h1{
	text-align: center;
}