body {
  background: black;
  color: #ccee99;
  text-align: center;
}

h1 {
  color: white;
}

#output {
  border: 1px solid #333;
}

#images img {
  width: 100px;
  height: auto;
}
