* {
	box-sizing: border-box;
}

html, body {
	height: 100%;
	margin: auto;
}

div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

h1 {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-size: 4.5em;
	font-weight: 300;
	font-style: normal;
	color: #EFEFEF;
	margin: auto;
}

p {
	font-family: "Lexend", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.5em;
	font-weight: 150;
	font-style: normal;
	color: #EFEFEF;
	padding: 0.65em;
	margin: auto;
}

hr {
	border: 1px solid #EFEFEF;
	margin: auto;
}