 body {
  background-color: black;
}
img {
  border-radius: 4px;
  padding: 10%;
  max-width: 60%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a {
	text-decoration: none;
	color: white;
	text-align: center;
	font: normal;
}
p {
	text-align: center;
}