body {
	background-color: rgb(44, 44, 44);
	color: rgb(142, 221, 96);
	line-height: 1.65;
}

hr {
	border-color: rgb(142, 221, 96);
}

h1 {
	font-size: 20pt;
	margin-bottom: 0;
}

header, p {
	margin-top: 0;
}

h2 {
	font-size: 17pt;
	margin-top: 0;
}

h3 {
	font-size: 14pt;
	margin-top: 0;
}

p, li {
	font-size: 12pt;
	color: whitesmoke;
}

b {
	font-size: 13pt;
	color: white;
}

.anecdote {
	margin-left: 10px;
}

li::marker {
  color: rgb(142, 221, 96);
}

code {
	font-size: 10pt;
	display: block;
	background-color: black;
	padding: 5px;
	border-radius: 10px;
	margin-bottom: 1em;
}

header {
	max-width: 650px;
}

section {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

article {
	max-width: 650px;
	border: solid 1px rgb(143, 182, 121);
	border-radius: 10px;
	padding: 5px;
	box-sizing: border-box;
}

.xml {
	display: block;
	color: rgb(22, 216, 167);
}

.line {
	display: block;
	margin-left: 15px;
	color:rgb(171, 235, 219)
}