@font-face {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  src: local('Alex Brush'), local('AlexBrush-Regular'), url(https://themes.googleusercontent.com/static/fonts/alexbrush/v3/IdwaSrUcr-IskDo5YUNTVRsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Prata';
  font-style: normal;
  font-weight: 400;
  src: local('Prata'), local('Prata-Regular'), url(https://themes.googleusercontent.com/static/fonts/prata/v3/Q4MFb6hnPeDYpBc-5E8p_w.woff) format('woff');
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

body { 
	background: url(/static/img/grey_wash_wall.png) repeat;
}

.words { 
	width: 50%;
	margin: 3em auto;
	text-align: center; 
	font-family: 'Prata', serif; 
	text-shadow: 1px 1px 1px white;
	background: url(/static/img/handmadepaper.png);
	padding: 1em;
	outline: 2px solid #E0E0E0;
	outline-offset: 5px;
 }

@media all and (max-width: 540px) {
	.words {
		width: 85%;
	}
}

.words p { 
	padding: 0; 
	margin: .2em;
}

.words a {
	color: black;
}

.fancy-script { 
	font-family: 'Alex Brush', serif; 
	font-size: 2.7em; 
}
