html,
body {
	margin: 0;
	padding: 0;
}

main {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100vw;
}