body {
  background-color: black;
  width: 100%;
}

.grid {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  width: 100%;
}

.grid img {
  margin: 0.5rem;
}
