body {
	background-color: #000;
	color: #fff;
	font-family: sans-serif;
	height: 100vh;
	display: flex;
	align-items: center;
	flex-direction: column;
    justify-content: center;
}