html,
body {
	height: auto;
}

:root {
	font-size: 3.8835vw;
}

body {
	background-color: black;
}

@media (min-width: 900px) {
	:root {
		font-size: 1.1111vw;
	}
}
