body {
	font-family: 'Trebuchet MS', sans-serif;
	padding: 30px 50px;
	background-color: #fdfdfe;
	max-width: 650px;
	margin: 0 auto;
}

a {
	text-decoration: none;
	color: #7229e4;
}

a:hover {
	text-decoration: underline;
}

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

h1 {
	text-align: center;
}

.thought {
	padding: 10px;
}

.thought:target {
	border: 1px solid black;
	padding: 9px;
	border-radius: 10px;
	background: #f2f3f9;
}
