body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}

.page__title {
	color: #999;
	font-weight: 200;
	text-align: center;
}

.page__subtitle {
	color: #999;
	font-weight: 200;
	text-align: center;
}

.page__subtitle,
.page__mail-link,
.page__title {
	top: calc(50% - 65px);
	position: relative;
	transform: translateY(-50%);
}

.page__mail-link {
	color: #999;
	font-weight: 200;
	text-align: center;
	display: block;
}