

@font-face {
    font-family: 'font';
    src: url('Blinker-Light.ttf');
}

body{
	background-color: #1f1f1f;
    font-family: 'font';
	color: #CFCFCF;
	overflow-x: hidden;
	overflow-y: hidden;
}

#text{
	z-index: 1;
	position: absolute;
	transform: translate(-50%, -50%);
	font-size: 3em;
	left: 50%;
	top: 50%;
}

div{
	z-index: 100;
	position: fixed;
	background-color: #FFFFFF;
	width: 600px;
	height: 2px;
}

#mail {
    position: absolute;
    top: 56%;
    left: 51%;
    transform: translate(-56%, -56%);
    font-size: 20px;
    font-family: 'font';
    font-weight: 100;
    margin-top: 10px;
}

#mail a {
    color: #fff;
    text-decoration: none;
    z-index: 10
}