#content {
  padding-top: 15rem;
  background-color: #c9ced3;
}

.image {
  width: 100px;
  height: 100px;
  margin: 10px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.hidden {
  display: none;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.message {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.disabled {
  pointer-events: none;
}

.unclickable {
  pointer-events: none;
}

h1, p {
  text-align: center;
}