#grid {
  width: 416px;
  height: 312px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

body {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: "Poppins", sans-serif;
  background: #cb4346;
  color: #fff;
}

img {
  height: 100px;
  width: 100px;
  margin: 2px;
}

header {
  font-size: 50px;
}

.container {
  display: flex;
  align-items: center;
}

#result {
  padding: 2rem;
}

#reset-btn {
  width: 5rem;
  height: 2rem;
  background: #ffc107;
  color: #fff;
  border: none;
  border-radius: 0.25rem;
  /* box-shadow: 2px 2px 3px #b3b3a8; */
  cursor: pointer;
}
