/*
font-family: 'Ubuntu Condensed', sans-serif;
font-family: 'Domine', serif;
*/

header {
	width: 100% ;
	height: 100px ;
}


body {
	background: black;

}

footer {
	width: 100%; 
	height: 150px;
	background: black;
	color: white;
	text-align: center;
	font-family: 'Open Sans', sans-serif;

}

.center{
	display: block;
	margin-left: auto;	
	margin-right: auto;
	width: 50%;
}

.siz-0{
	
}

.pos-1{ text-align: center;

}


h1{
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 50Px;
	color:red;
	text-align: center;


}

h2{
	font-family: 'Domine', serif;
	font-size: 20Px;
	color:white;
	text-align: center;

}
}
