body {
	background-color: black;
	text-align: center;
	position: absolute;
	right: 0%; left: 0%; top: 20%; bottom: 20%;
	margin: auto;
}

p {
	border: 3px white;
	font-family: "caskaydia-cove";
	font-size: 100px;
	font-weight: bold;
	text-shadow: 0 0.3rem 0px var(--color-secondary);
}
