body {
	background-image: linear-gradient(25deg, #0c1189, #152ca9, #1b45c9, #1d5feb);
}

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 180px;
	margin: auto auto;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

h1 {
	text-align: center;
}

h2 {
	font-family: 'Roboto Mono', monospace;
	font-size: 11px;
	line-height: 30px;
	color: white;
	text-align: center;
}