body {
	background-color: #222;
	color: burlywood;
	max-width: 650px;
	padding: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
  line-height: 1.6;
	font-size: 1.1rem;
	text-align: left;
}

ul {
	margin-top: 0;
	text-align: left;
  	line-height: 2;
}

a {
  color: beige;
}

.header {
	text-decoration: none;
	color: #ff0253;
}

h2, h3 {
  	margin-bottom: 0;
  	color: orange;
}

code {
	font-family: Consolas, "Courier New", monospace;
	font-weight: 600;
	background-color: #383838;
}


.footer {
	text-align: center;
	padding-top: 2em;
}

