body {
	margin: 0;
	padding: 0;
	background-color: #000;
	display: flex;
	height: 100vh;
	justify-content: center;
	align-items: center;
}
