body {
  margin: 0;
  font-family: sans-serif;
  background-color: #000;
}

.title {
  color: #fff;
  text-align: center;
}

.gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.gallery-item {
  margin: 0;
  position: relative;
  width: 100%;
}

.gallery-item img {
  width: 100%;
  display: block;
  border: none;
}

.gallery-item p {
  position: absolute;
  bottom: 8px;
  right: 2px;
  margin: 0;
  text-shadow: 0 0 20px rgba(0,0,0,0.75);
  padding: 4px 8px;
  color: #fff;
  font-size: 2em;
}

a {
  text-decoration: none;
  color: inherit;
}

#wiki-summary {
  margin: 12px;
}

#wiki-summary {
  color: #fff;
}