body {
	background-color: DarkSlateGrey;
	margin: 0;
	font-family: Arial, sans-serif;
	color: black;
}

 .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	flex-direction: column;
	text-align: center;
}