@charset "utf-8";

main {
	width: 1600px;
	margin: 50px auto 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
}

main h1 {
	font-size: 2rem;
	font-weight: normal;
}

main h2 {
	font-size: 1.5rem;
	font-weight: normal;
}