/* Text Styles */
h1 {
	position: fixed; /* or absolute */
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Rampart One", sans-serif;
	color: white;
	text-align: center;
	font-size: 75px;
}
h2 {
	position: fixed; /* or absolute */
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Architects Daughter", sans-serif;
	color: white;
	text-align: center;
	font-size: 55px;
	text-shadow: 0px 0px 3px #000000;
}
h3 {
	position: fixed; /* or absolute */
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Architects Daughter", sans-serif;
	color: white;
	text-align: center;
	font-size: 35px;
	text-shadow: 0px 0px 3px #000000;
}