html {
	height: 100%;
}

body {
	overflow-x: hidden;
	margin: 0px;
	height: 100%;
	background-color: rgb(20, 20, 20);
	color: white;
	font-optical-sizing: auto;
	font-family: system-ui;
	font-weight: 400;
	font-style: normal;

	display: flex;
	justify-content: center;
	align-items: center;
}