.choices {
  height: 90%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

img {
  width: 95%;
}