body {
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.87);
	background-color: #0f0f0f;
}

@font-face {
	font-family: "Cleargothic";
	src: url("fonts/Cleargothic Regular.ttf") format("truetype");
}

#app {
	width: 100%;
	height: 100dvh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
