:root {
	--wht: #b3b7b5;
	--blu: #00abac;
	--lightblu: #0eeded;
}

body {
	line-height: 	1;
	background:	#000000;
	padding: 	15px 12px 15px 12px;
	display:	flex;
	justify-content: center;
	align-items:	center;
	min-height:	90vh;

}

.container {
	display:	flex;
	flex-flow: 	column wrap;
	justify-content: center;
	align-items:	center;
	align-content:  center;
}

.container a {
	color:		var(--blu);
	text-decoration: none;
}

.container a:hover {
	text-decoration: underline;
	color:		var(--lightblu);
}

.text {
	display:	flex;
	justify-content: center;
	align-items:	center;
	flex-flow: 	column wrap;
}

.text p {
	color:		var(--wht);
	line-height	1;
	font-family:	"Helvetica";
	font-size:	11px;
}
.text h1 {
	color:		var(--wht);
	font-family:	"Helvetica";
}

.text hr {
	color:		var(--wht);
	width:		300px;
}

.badges {
	display:	flex;
	flex-direction: row;
}

hr {
	color:		var(--wht);
}

a {
	text-decoration: none;
	color:		#00abac;
}
a:hover {
	text-decoration: underline;
	color:		#0eeded;
}
