body {
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.87);
	background-color: #000000;
}

#app {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

#test-color {
	color: #81b94f;
}

@font-face {
	font-family: 'changa';
	src: url('assets/fonts/ChangaOne-Regular.ttf');
}