html {
	width: 100vw;
	height: 100vh;
}
body {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	white-space: nowrap;
	width: 100%;
	height: 100%;
	background: #1a1a1a !important;
	padding: 15;
	margin: 0;
}
a {
	color: white;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}