@font-face{
	font-family: Cablecult;
	src: url('../fonts/SpecialElite-Regular.ttf');
}

body{
	font-family: Cablecult;
	background-color: black;
}
.center{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.content{
	text-align: center;
	margin: 0px auto;
	max-width: 500px;
	width: calc(100% - 20px);
}
.logo{
	width: 100%;
	margin: 50px 0px;
}
.link{
	color: white;
	text-decoration: none;
	display: block;
}
.link:hover{
	color: grey;
}

.title{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	margin-bottom: 5px;
}
.title .fa{
	padding: 0px 5px;
	font-size: 8px;
}
.subtitle{
	font-size: 16px;
	margin-bottom: 25px;
}
p{
	margin: 4px 0px;
	font-size: 16px;
}
p .fa{
	font-size: 35px;
}