body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: auto;
	min-height: 100vh;
	max-width: 1024;
	
	background-color: black;
	text-align: center;
	color: white;
} 