p {
	max-width: 60ch;
}

article {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-inline: 1em;
}
