html,
body {
  margin: 0;
  height: 100%;
  padding: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  background-color: #fcfdff;
}

.choisefield {
  position: relative;
}

.choisefield img {
  width: 22%;
  float: left;
  margin: 0 0 2% 2.4%;
  transition: transform 0.3s ease;
  --tiltX: 0deg;
  transform: rotateX(var(--tiltX));
}
