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

a {
	text-decoration: none;
	color: #049fcf;
}

a:hover {
	text-decoration: underline;
text-decoration-style: dotted;
text-decoration-thickness: 2px;
text-decoration-color: #049fcf;
}

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

h1 {
	text-align: center;
}

.thought {
	padding: 10px;
color: #bcd1dd;
}

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