body {
	background-color: orange;
}

h1, h2, p {
	font-family: Arial, Helvetica, sans-serif;
}

main {
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
