html {
	width:100%;
	height:100%;
	background-color:#000000;
	color: #ffffff;
}

@font-face {
font-family: "CustomFont";
src: url("https://yoursite.com/css/fonts/CustomFont.eot");
}

h1 {

	font-family: 'Teko', sans-serif;
	font-weight: 400;
	line-height: 0px;
	font-size:16pt;
	letter-spacing: 13px;
	}

h2 {
	font-family: 'Teko', sans-serif;
	padding-top: 30vh;
	margin-bottom: 25px;
	line-height: 5px;
	font-weight: 700;
	font-size: 30pt;
	letter-spacing: 4px;
	}

h3 a {
	font-family: 'Oswald', sans-serif;
	line-height: 10px;
	font-weight: 300;
	color: #ffffff;
	font-size: 8pt;
	letter-spacing: 3px;
	text-decoration: underline;

	}