@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans+SC);
@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans);

body {
  font-family: 'Alegreya Sans SC', sans-serif;
}

div.block {
	display:block;
	margin:15% auto;
	width:50%;
	border-bottom:1px solid silver;
}

 h1 {
  font-size:30px;
  font-weight:lighter;
  font-variant: small-caps;´
}
