	
@font-face {
	font-family: robotobold;
	src: url(fonts/roboto-bold.ttf);
}

@font-face {
	font-family: captureit;
	src: url(fonts/capture-it.ttf);
}

body {
	background-color : #000000;
	color : #FFFFFF;
	background-image : url(../images/eye.jpg);
    background-repeat : no-repeat;

}

.robotobold {
	font-family : robotobold;
}

.captureit {
	font-family : captureit;
}

.main-div {
	text-align : center;
}

.title-main{
	font-size:52px;
}

.title-secondary{
	font-size:32px;
}
