h3 {
  margin-bottom: 1rem;
}

p {
  margin-bottom: 2.5rem;
}

#grid {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  width: calc(6rem * 3 + 2rem);
  height: calc(6rem * 3 + 2rem);
}
#grid .cell {
  width: 6rem;
  height: 6rem;
  background: #fff;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#grid .bug {
  background-image: url(../img/bug.webp);
}
#grid .splat {
  background-image: url(../img/bug-splat.webp);
}/*# sourceMappingURL=whack-bug-style.css.map */