header h1 {
	font-family: Bungee, sans-serif;
	line-height: 2em;
	display: inline-block;
}

header {
	display: block;
}

header h1 a {
	color: hsl(210, 50%, 95%);
}

header h1 a:hover {
	border: 0;
	color: hsl(210, 50%, 95%);
}

h2 {
	font-size: 1.5rem;
	font-weight: normal;
	padding: 3rem;
	text-align: center;
}