body {
  background: #ecf0f1;
  text-align: center;
}

button {
  border-radius: 8px;
  padding: 1rem 2rem;
  margin: 0 0.4rem;
  font-weight: bold;
  border: 1px solid #e77f67;
}

button:hover {
  cursor: pointer;
  background: #e77f67;
  color: #2c2c54;
}

.battle {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.imgChoice {
  width: 10em;
  height: 10em;
}

.hide {
  display: none;
}
