body {
	font-family: 'Goudy Bookletter 1911', serif;
	padding: 30px 50px;
	background-color: #fdfdfe;
	color: #474747;
	max-width: 450px;
	margin-left: 10px;
}

a {
	text-decoration: none;
	color: #474747;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	line-height: 1.0;
}

h1 {
	text-align: center;
}

.thought {
	padding: 10px;
}

.thought:target {
	padding: 10px;
	border-radius: 10px;
	background: #f9f9f6;
}
