html, body {
  background-color: black;
}

#container {
  text-align: center;
}

#content {
  display: inline-block;
  width: 100%;
}

img {
  max-width: 90%;
}