body {
	background-color: #16191D;
	color: #dce0e5;
	margin-top: 2em;
}

h1 {
	text-align: center;
}

p {
	text-align: center;
}

.font-mono {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

img {
	border-radius: 25px;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
}
