@charset "UTF-8";
/* CSS Document */

body {
	font-size:16px;
	line-height: inherit;
	background-color:rgba(239,231,232,1.00);
	font-family: 'Taviraj', serif;
	
}

.container {
	margin: auto;
	width: 960px;
	text-align:justify;
	
}

.center{
	text-align:center;
	
}

h1 {
	font-size:35px;
}

h2 {
	font-size:25px;
	
}

footer{
	text-align:center;
	width:100%;
	background-color:grey;
	padding:10px;
	color:white;
	
}