* {
	font-family: 'Ubuntu', sans-serif;
}

html {
	height: 100%;
}

body {
	background-color: #000;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

h1 {
	color: #fff;
	text-align: center;
	font-size: 52pt;
}

.contact {
	text-align: center;
}

.contact svg {
	height: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
	margin-top: -3px;
}

.contact svg path {
	fill: #fff;
}

.contact a {
	color: #fff;
	text-decoration: none;
	font-size: 16pt;
}