body {
  background: black;
  color: white;
  max-width: 500px;
  display: inline;
}

p {
	margin-bottom: 15px;
	margin-top: 15px;
    max-width: 500px;
	font-family: 'Inconsolata', monospace;
}

img {
    max-width: 500px;
}