html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-family: 'Roboto';
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.container {
  text-align: center;
  width: 100%;
  height: 100%;
}

img {
  padding-top: 10%;
  max-width: 100%;
  max-height: calc(100vh - 60px);
  object-fit: contain;
}

.caption {
  margin-top: 12px;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.05em;
}