
body {
	background-color: black;
	overflow: hidden;
}
#content {
	font-weight: bold;
	text-align: center;
	color: white;
}

#content h2 {
	font-size: 2vw;
}

#content h1 {
	font-size: 25vw;
}

