:root {}

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

#root {
	width: 100vw;
	height: 100vh;
	background-color: black;
	color: white;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
