@font-face {
	font-family: karmatic;
	src: url(../fonts/karmatic.ttf);
}


body {
	background-color:black;
}


.links{
	font-family:karmatic;
}


A:LINK{
	color:white; text-decoration:none;
}
A:VISITED{
	color:white; text-decoration:none;
}
A:ACTIVE{
	color:white; text-decoration:none;
}
A:HOVER{
	color:#609dff; text-decoration:none;
}


.alert{
	width:90%;
	position: absolute;
	margin: auto;
	right: 0;
	left: 0;
}


.center-div{
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 80%;
	height: 100px;
}


.center-text{
	font-family:karmatic;
	font-size:5vw;
	color:white;
	text-align:center;
	-webkit-font-smoothing: antialiased;
}