@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);
h1 {
	font-family: Quicksand;
	text-align: center;
	letter-spacing: 10px;
	font-weight: 200;
	color: #999;
}
p{
	font-family: Quicksand;
	text-align:center;
	font-size:12px;
	letter-spacing:10px;
	color:#999;
}

a{
	padding:3px 100px;
	background:#666;
	display:inline-block;
	text-decoration: none;
	font-family: Quicksand;
	color: #FCF;
	font-size: 12px;
	letter-spacing: 10px;
	text-align: center;

}
div{
	background-image: url(../images/silvia.jpg);
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
}
