#title{
	position: absolute;

	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center;

	font-family: "Fahkwang", sans-serif;
	font-weight: 600;
	font-style: normal;

	font-size: 5vw !important;

	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}