html{
	height: 100vh;
	width: 100vw;

	background-image: url(/assets/images/chalkboard.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto 100%;
	display: flex;
	align-items: center;
	justify-content: center;

	body {
		max-height: 100%;
		max-width: 100%;
	}
}