@import "reset.css";

html {
	background-color: #000000;
	width:100%;
	height:100%;
}
.container {
	width:100%;
	height:100%;
}
.content {
	color: #FFFFFF;
	font-family: 'barlow', sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
a {
	color: #FF0000;
	font-family: 'barlow', sans-serif;
	position: absolute;
}
a:link{color: #FF0000;}
a:active{color: #FF0000;}
a:visited{color: #FF0000;}
a:hover{color: #FF0000;}
