@charset "UTF-8";


main {
	width: 100%;
	height: 100vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
h1{
	width: 80%;
	max-width: 424px;
	line-height: 0;
}

h1 img{
	width: 100%;
	height: auto;
}