body {
  background-color: hsl(0, 0%, 10%);
}

img {
  width: 30vw;
  height: auto;
  border-radius: 6px;
  margin: 10vh 0;
}

.images {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  color: wheat;
}