* {
	margin: 0;
	padding: 0;
	font-family: 'Righteous', cursive;
	color: DarkOrchid;
	background-color: rgb(92, 21, 89);
}

#showcase {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#showcase h1 {
	font-size: 3.8em;
	font-weight: bold;
}

#showcase p {
	font-family: 'Verdana';
	color: GhostWhite;
	font-size: 1.4em;
}
