body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: 100vw;
	min-height: 100vh;
	background: #000;
	color: #fff;
}
* {
	font-family: sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}
