#image {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  background: black;
}

body {
  color: white;
}