body {
	font-family: 'Helvetica', sans-serif;
	padding: 30px 50px;
	background-color: black;
	max-width: 650px;
	margin: 0 auto;
        color: white;
        font-size: 14px;
}

a {
	text-decoration-line: underline; 
	color: white;

}

a:hover {
	text-decoration: underline;
}

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

h1 {
	text-align: center;
}

.thought {
	padding: 10px;
        background-color: rgba(0, 0, 0, 0.67);
}

.thought:target {
	border: 1px solid black;
	padding: 9px;
	border-radius: 10px;
	background: #f2f3f9;
}
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #00f600;
}

::selection {
  color: black;
  background: #3638D1;
}