/* CSS Document */

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

body {
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	color:#575756;
	background-color:#fff;
	padding:0px;
	margin:0px;
	font-weight:200;
	}
	
a {
	text-decoration:none;
	color:#575756;
	}
	
.center {
	
	margin-top:20%;
	text-align:center;
	}
	
h1 {
	font-size:85px;
	font-weight:600;
	}


h2 {
	font-size:54px;
	letter-spacing:5px;
	font-weight:200;
	margin-top:-50px;
	margin-bottom:150px;

	}