body {
  margin: 0;
  background: #0d0d0d;
  color: #e5e5e5;
  font-family: system-ui;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.slideshow {
  max-width: 800px;
  width: 100%;
  text-align: center;
  padding: 1rem;
}

img {
  width: 100%;
  border-radius: 16px;
}

#caption {
  margin-top: 12px;
  color: #a3a3a3;
}
