.full-height {
	height: 100vh;
}

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

.position-ref {
	position: relative;
}

.top-right {
	position: absolute;
	right: 10px;
	top: 18px;
}

.content {
	text-align: center;
}

.title {
	font-size: 84px;
}

.links > a {
	color: #636363;
	padding: 0 15px;
	font-size: 1.15rem;
	font-weight: 300;
	text-decoration: none;
}

.m-b-md {
	margin-bottom: 30px;
}
