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

a {
	text-decoration: none;
	color: #fb6f92;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #fb6f92;
	opacity: 0.8;
}

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

h1 {
	text-align: center;
}

/* bio */
.bio {
	text-align: center;
	font-size: 15px;
	margin-bottom: 35px;
}

.bio a {
	color: #fb6f92;
	font-weight: bold;
}

.bio a:hover {
	opacity: 0.8;
}

/* caixinhas dos posts */
.thought {
	padding: 15px;
	background-color: #ffc2d1;
	border-radius: 12px;
	margin-bottom: 18px;
}

/* destaque quando clica no post */
.thought:target {
	border: 2px solid #fb6f92;
	padding: 13px;
	border-radius: 12px;
	background: #ffc2d1;
}