body {
  margin: 0;
  background: black;
}

h1 {
  color: white;
}

.top {
  background: white;
}

.bump {
  margin-left: 10px;
}

.bottom {
  background: black;
  color: white;
}

.tile {
  margin-top: 40px;
  width: 300px;
  height: 500px;
  float: left;
  position: relative;
}

img {
  height: 350px;
  width: 200px;
}

.caption {
  width: 250px;
}
