body {
	background-color: #171717;
	color: white;
}

.content {
	margin: auto;
	width: 800px;
	font-family: "Courier New", monospace;
	color: white;
	background-color: #171717;
}

p {
	text-align: left;
	font-size: 18px;
}

h1 {
	color: white;
	text-align: center;
	font-size: 36px;
}

h3 {
	color: white;
	text-align: center;
	font-size: 22px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
ul li a {
  display: block;
  color: grey;
  padding: 6px 16px;
  text-decoration: none;
}

a {
	color: deepskyblue;
	font-weight: bold;
	font-family: "Courier New", monospace;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 28px;
}

img {
	display: block;
	max-width: 30%;
	margin: auto;
}
