html,
body {
	height: 100%;
	margin: 0;
}

body {
	background: #ffff00;
	display: grid;
	place-items: center;
}

.splashbox {
	margin: 0;
	text-align: center;
	color: #ff0000;
}

.splashbox h1 {
	font-family: "Audiowide";
	color: #ff0000;
	font-size: clamp(2.5rem, 9vw, 6rem);
	line-height: 1.5;
	margin: 0;
	padding: 52px 0px 0px 0px;
}

.splashbox p {
	font-family: "Lexend";
	font-weight: 400;
	color: #000000;
	font-size: clamp(1rem, 2.5vw, 2rem);
	line-height: 1.5;
	margin: 0;
	padding: 52px 0px 0px 0px;
}
