/*for image float*/

.card {
    width: 20%;
    background-image: none;
}

img {
  width: 100%;
  height: auto;
}

#question {
  margin-bottom: 1rem;
}
