* {
	padding: 0;
	margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

html {
	background-color: black;
	color: white;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
}

header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

header h1 {
	font-size: 64px;
	font-family: "Karla", sans-serif;
}

header p {
	font-family: "Libre Baskerville", serif;
}
